aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Daemon
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2023-12-20 12:15:42 +0000
committerMario <mario@mariovavti.com>2023-12-20 12:15:42 +0000
commit4761857157281046c96a7bbf0fe87491bafd4696 (patch)
treed69a0ac807db498e8ff46a0137ce1d1db7e81e9e /Zotlabs/Daemon
parent3aefe23184c25c1fc0865313d13902cabfb934d3 (diff)
downloadvolse-hubzilla-4761857157281046c96a7bbf0fe87491bafd4696.tar.gz
volse-hubzilla-4761857157281046c96a7bbf0fe87491bafd4696.tar.bz2
volse-hubzilla-4761857157281046c96a7bbf0fe87491bafd4696.zip
Revert "changelog"
This reverts commit 3aefe23184c25c1fc0865313d13902cabfb934d3.
Diffstat (limited to 'Zotlabs/Daemon')
-rw-r--r--Zotlabs/Daemon/Notifier.php2
1 files changed, 1 insertions, 1 deletions
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'];
}