diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-11-09 12:41:57 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-11-09 12:41:57 +0100 |
commit | 40a7446e3e1d52fa015ac9f2ce45b0c2b8df520f (patch) | |
tree | 6b068400f924c1bc2595932f65fc1970d7f0fc35 /Zotlabs/Lib/Enotify.php | |
parent | fc96cd371042a92ed180635b91924413392d3972 (diff) | |
download | volse-hubzilla-40a7446e3e1d52fa015ac9f2ce45b0c2b8df520f.tar.gz volse-hubzilla-40a7446e3e1d52fa015ac9f2ce45b0c2b8df520f.tar.bz2 volse-hubzilla-40a7446e3e1d52fa015ac9f2ce45b0c2b8df520f.zip |
get the path infos from pathname instead of seperate data attribute
Diffstat (limited to 'Zotlabs/Lib/Enotify.php')
-rw-r--r-- | Zotlabs/Lib/Enotify.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Zotlabs/Lib/Enotify.php b/Zotlabs/Lib/Enotify.php index fffe4ffe7..d5798e671 100644 --- a/Zotlabs/Lib/Enotify.php +++ b/Zotlabs/Lib/Enotify.php @@ -803,7 +803,6 @@ class Enotify { 'photo' => $item['author']['xchan_photo_s'], 'when' => relative_date($item['created']), 'class' => (intval($item['item_unseen']) ? 'notify-unseen' : 'notify-seen'), - 'b64mid' => 'b64.' . base64url_encode($item['mid']), 'message' => strip_tags(bbcode($itemem_text)) ); |