From 7b563fd3076a53a6bad5f0c47f0ed92043b37ce6 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 23 Nov 2022 14:17:39 +0000 Subject: [PATCH] Tempory fix removed --- src/Core/Protocol.php | 1 - 1 file changed, 1 deletion(-) 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'); }