1
0
Fork 0
mirror of https://git.friendi.ca/friendica/friendica.git synced 2025-07-27 18:01:49 +00:00

Remove blank

This commit is contained in:
Michael 2022-12-31 12:47:48 +00:00
parent 259b99e6e9
commit dc528a020b

View file

@ -41,7 +41,7 @@ class BulkDelivery
} else {
ProtocolDelivery::incrementFailedQueue($post['uri-id'], $post['gsid']);
$delivery_failure = true;
if (!$server_failure) {
$server_failure = !GServer::reachableById($gsid);
}