add parent item (if applicable) to notifier plugin info

This commit is contained in:
zotlabs 2017-08-12 15:42:42 -07:00
parent 998bd585bb
commit 2f45182b48

View file

@ -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,