diff options
author | zotlabs <mike@macgirvin.com> | 2017-12-02 17:32:19 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-12-02 17:32:19 -0800 |
commit | d5763ba476290fca6083c7b415a4ae4d177919cf (patch) | |
tree | 90ab2e185423eccf806a3cc830fe797c52d5c8a6 /Zotlabs/Lib/Enotify.php | |
parent | 8a8689c19139f075145001b46a15dea56ff21c77 (diff) | |
parent | dd2c4c37ff03eef6470ef0364217b2c6208c38c0 (diff) | |
download | volse-hubzilla-d5763ba476290fca6083c7b415a4ae4d177919cf.tar.gz volse-hubzilla-d5763ba476290fca6083c7b415a4ae4d177919cf.tar.bz2 volse-hubzilla-d5763ba476290fca6083c7b415a4ae4d177919cf.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to 'Zotlabs/Lib/Enotify.php')
-rw-r--r-- | Zotlabs/Lib/Enotify.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Zotlabs/Lib/Enotify.php b/Zotlabs/Lib/Enotify.php index 697b57b6a..a7b4f28e8 100644 --- a/Zotlabs/Lib/Enotify.php +++ b/Zotlabs/Lib/Enotify.php @@ -804,6 +804,8 @@ class Enotify { 'when' => relative_date($item['created']), 'class' => (intval($item['item_unseen']) ? 'notify-unseen' : 'notify-seen'), 'b64mid' => ((in_array($item['verb'], [ACTIVITY_LIKE, ACTIVITY_DISLIKE])) ? 'b64.' . base64url_encode($item['thr_parent']) : 'b64.' . base64url_encode($item['mid'])), + 'notify_id' => 'undefined', + 'thread_top' => (($item['item_thread_top']) ? true : false), 'message' => strip_tags(bbcode($itemem_text)) ); |