mirror of
https://github.com/friendica/friendica
synced 2025-04-28 02:30:16 +00:00
New "Defunct" check
This commit is contained in:
parent
dc528a020b
commit
f022a49f9e
2 changed files with 42 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue