From: Michael <heluecht@pirati.ca>
Date: Wed, 23 Nov 2022 14:17:39 +0000 (+0000)
Subject: Tempory fix removed
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7b563fd3076a53a6bad5f0c47f0ed92043b37ce6;p=friendica.git

Tempory fix removed
---

diff --git a/src/Core/Protocol.php b/src/Core/Protocol.php
index 096e12c27b..015612adea 100644
--- a/src/Core/Protocol.php
+++ b/src/Core/Protocol.php
@@ -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');
 			}