aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Daemon
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2023-12-20 12:15:24 +0000
committerMario <mario@mariovavti.com>2023-12-20 12:15:24 +0000
commit3aefe23184c25c1fc0865313d13902cabfb934d3 (patch)
tree45bf4f35de4c64261db85616dc9e3a39f3a31324 /Zotlabs/Daemon
parent6f852814fd5ba6dab0e56e6d73666d438e6d0c09 (diff)
downloadvolse-hubzilla-3aefe23184c25c1fc0865313d13902cabfb934d3.tar.gz
volse-hubzilla-3aefe23184c25c1fc0865313d13902cabfb934d3.tar.bz2
volse-hubzilla-3aefe23184c25c1fc0865313d13902cabfb934d3.zip
changelog
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 4b74a7ba9..8cdf0e511 100644
--- a/Zotlabs/Daemon/Notifier.php
+++ b/Zotlabs/Daemon/Notifier.php
@@ -300,7 +300,7 @@ class Notifier {
return;
}
- if ($target_item['verb'] === ACTIVITY_SHARE) {
+ if ($target_item['verb'] === 'Announce') {
// Provide correct representation across the wire. Internally this is treated as a comment.
$target_item['parent_mid'] = $target_item['thr_parent'] = $target_item['mid'];
}