From ba71c53bc6565849ec5ad7af759173e92a498858 Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 30 Mar 2023 12:08:43 +0000 Subject: ignore deliveries by our own channel which do not origin from the local hub. instead rely on the sync delivery. --- Zotlabs/Daemon/Notifier.php | 1 + 1 file changed, 1 insertion(+) (limited to 'Zotlabs/Daemon/Notifier.php') diff --git a/Zotlabs/Daemon/Notifier.php b/Zotlabs/Daemon/Notifier.php index d5fe7ee6d..4f0538965 100644 --- a/Zotlabs/Daemon/Notifier.php +++ b/Zotlabs/Daemon/Notifier.php @@ -334,6 +334,7 @@ class Notifier { $m = get_iconfig($target_item, 'activitypub', 'signed_data'); // Re-use existing signature unless the activity type changed to a Tombstone, which won't verify. if ($m && (!intval($target_item['item_deleted']))) { + hz_syslog('notifier existing'); self::$encoded_item = json_decode($m, true); } else { -- cgit v1.2.3