New "Defunct" check

This commit is contained in:
Michael 2022-12-31 16:01:40 +00:00
parent dc528a020b
commit f022a49f9e
2 changed files with 42 additions and 2 deletions

View file

@ -570,8 +570,7 @@ class Notifier
} elseif (!DI::config()->get('system', 'bulk_delivery')) {
$reachable = !GServer::reachableById($contact['gsid']);
} else {
// On bulk delivery we don't check the server status at this point
$reachable = true;
$reachable = !GServer::defunct($contact['gsid']);
}
if (!$reachable) {