From 7857c329cf32d6aea334221123016ab901aa515b Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Fri, 20 May 2022 19:04:03 +0200 Subject: [PATCH] Only deliver own content to the relay (possibly fix relay problems) --- src/Worker/Notifier.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Worker/Notifier.php b/src/Worker/Notifier.php index e248c944dd..2039448e14 100644 --- a/src/Worker/Notifier.php +++ b/src/Worker/Notifier.php @@ -754,7 +754,6 @@ class Notifier if (in_array($target_item['private'], [Item::PUBLIC])) { $inboxes = ActivityPub\Transmitter::addRelayServerInboxesForItem($parent['id'], $inboxes); - $relay_inboxes = ActivityPub\Transmitter::addRelayServerInboxes([]); } Logger::info('Remote item ' . $target_item['id'] . ' with URL ' . $target_item['uri'] . ' will be distributed.');