From: Michael Vogel Date: Fri, 20 May 2022 17:04:03 +0000 (+0200) Subject: Only deliver own content to the relay (possibly fix relay problems) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7857c329cf32d6aea334221123016ab901aa515b;p=friendica.git Only deliver own content to the relay (possibly fix relay problems) --- 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.');