From 4761857157281046c96a7bbf0fe87491bafd4696 Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 20 Dec 2023 12:15:42 +0000 Subject: Revert "changelog" This reverts commit 3aefe23184c25c1fc0865313d13902cabfb934d3. --- Zotlabs/Daemon/Notifier.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Zotlabs/Daemon/Notifier.php') diff --git a/Zotlabs/Daemon/Notifier.php b/Zotlabs/Daemon/Notifier.php index 8cdf0e511..4b74a7ba9 100644 --- a/Zotlabs/Daemon/Notifier.php +++ b/Zotlabs/Daemon/Notifier.php @@ -300,7 +300,7 @@ class Notifier { return; } - if ($target_item['verb'] === 'Announce') { + if ($target_item['verb'] === ACTIVITY_SHARE) { // Provide correct representation across the wire. Internally this is treated as a comment. $target_item['parent_mid'] = $target_item['thr_parent'] = $target_item['mid']; } -- cgit v1.2.3