aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Daemon/Notifier.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-08-12 15:42:42 -0700
committerzotlabs <mike@macgirvin.com>2017-08-12 15:42:42 -0700
commit2f45182b4861397d317080d5a93c87c85866a2d9 (patch)
tree43691d865dd6453dd78c4255a5fec4571db89ca3 /Zotlabs/Daemon/Notifier.php
parent998bd585bb75daf8b70071f21c5245bf24d46aa1 (diff)
downloadvolse-hubzilla-2f45182b4861397d317080d5a93c87c85866a2d9.tar.gz
volse-hubzilla-2f45182b4861397d317080d5a93c87c85866a2d9.tar.bz2
volse-hubzilla-2f45182b4861397d317080d5a93c87c85866a2d9.zip
add parent item (if applicable) to notifier plugin info
Diffstat (limited to 'Zotlabs/Daemon/Notifier.php')
-rw-r--r--Zotlabs/Daemon/Notifier.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/Zotlabs/Daemon/Notifier.php b/Zotlabs/Daemon/Notifier.php
index 6fae69fcd..6763e0ef4 100644
--- a/Zotlabs/Daemon/Notifier.php
+++ b/Zotlabs/Daemon/Notifier.php
@@ -453,6 +453,7 @@ class Notifier {
'recipients' => $recipients,
'item' => $item,
'target_item' => $target_item,
+ 'parent_item' => $parent_item,
'top_level_post' => $top_level_post,
'private' => $private,
'relay_to_owner' => $relay_to_owner,
@@ -559,6 +560,7 @@ class Notifier {
'recipients' => $recipients,
'item' => $item,
'target_item' => $target_item,
+ 'parent_item' => $parent_item,
'hub' => $hub,
'top_level_post' => $top_level_post,
'private' => $private,