]> git.mxchange.org Git - friendica.git/commitdiff
Tempory fix removed
authorMichael <heluecht@pirati.ca>
Wed, 23 Nov 2022 14:17:39 +0000 (14:17 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 23 Nov 2022 14:17:39 +0000 (14:17 +0000)
src/Core/Protocol.php

index 096e12c27bd19979eee61950211035bfaa732490..015612adeaea1af9575727792f25b89ef41e965c 100644 (file)
@@ -205,7 +205,6 @@ class Protocol
                        $slap = OStatus::salmon($item, $user);
 
                        if (empty($contact['notify'])) {
-                               return true;
                                throw new \InvalidArgumentException('Missing expected "notify" key in OStatus/DFRN contact');
                        }