aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Daemon/Notifier.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-11-13 11:08:18 +0000
committerMario <mario@mariovavti.com>2024-11-13 11:08:18 +0000
commitb5c07e4c01f21ec836f01c1d65c8f6d9fcded54c (patch)
tree6b04408776050c814c1376bae2a7e7dae3d92f36 /Zotlabs/Daemon/Notifier.php
parent39d0a3f1f6f2894839460ec706dd7c3d1afb38ca (diff)
downloadvolse-hubzilla-b5c07e4c01f21ec836f01c1d65c8f6d9fcded54c.tar.gz
volse-hubzilla-b5c07e4c01f21ec836f01c1d65c8f6d9fcded54c.tar.bz2
volse-hubzilla-b5c07e4c01f21ec836f01c1d65c8f6d9fcded54c.zip
this is not true anymore - check owner perms
Diffstat (limited to 'Zotlabs/Daemon/Notifier.php')
-rw-r--r--Zotlabs/Daemon/Notifier.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/Zotlabs/Daemon/Notifier.php b/Zotlabs/Daemon/Notifier.php
index e74d04231..1693f9c9f 100644
--- a/Zotlabs/Daemon/Notifier.php
+++ b/Zotlabs/Daemon/Notifier.php
@@ -374,7 +374,6 @@ class Notifier {
if (($relay_to_owner || $uplink) && ($cmd !== 'relay')) {
logger('notifier: followup relay', LOGGER_DEBUG);
- // If the Parent item is an Announce the real owner is the parent author
$sendto = (($uplink) ? $parent_item['source_xchan'] : $parent_item['owner_xchan']);
self::$recipients = [$sendto];
self::$private = true;