X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCore%2FProtocol.php;h=25955abd5090d21d3387e75cc02d98d00bc20bf5;hb=82972744a9cb77ca3d2f8db289e97fee2709ebd7;hp=511954c7f93a14fd0685e08cb5373b14a947fba2;hpb=6a434588a97799abc827332aa9268f5a8bc0a897;p=friendica.git diff --git a/src/Core/Protocol.php b/src/Core/Protocol.php index 511954c7f9..25955abd50 100644 --- a/src/Core/Protocol.php +++ b/src/Core/Protocol.php @@ -183,7 +183,7 @@ class Protocol { if (empty($contact['network'])) { Logger::notice('Contact has got no network, we quit here', ['id' => $contact['id']]); - return true; + return null; } $protocol = $contact['network']; @@ -207,7 +207,7 @@ class Protocol if (empty($contact['notify'])) { Logger::notice('OStatus/DFRN Contact is missing notify, we quit here', ['id' => $contact['id']]); - return true; + return null; } return Salmon::slapper($user, $contact['notify'], $slap) === 0;