From 2f45182b4861397d317080d5a93c87c85866a2d9 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Sat, 12 Aug 2017 15:42:42 -0700 Subject: add parent item (if applicable) to notifier plugin info --- Zotlabs/Daemon/Notifier.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Zotlabs/Daemon/Notifier.php') 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, -- cgit v1.2.3