diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-11-09 12:41:57 +0100 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2017-11-11 20:27:48 +0100 |
commit | f8cf68ab53f4a287162db556568f8e651f8d42a1 (patch) | |
tree | 3caf805592f0490d805be315a9bd63ebef38d86b /Zotlabs | |
parent | 28c85cf3ae658c72f5ab785998899804b6d20d8a (diff) | |
download | volse-hubzilla-f8cf68ab53f4a287162db556568f8e651f8d42a1.tar.gz volse-hubzilla-f8cf68ab53f4a287162db556568f8e651f8d42a1.tar.bz2 volse-hubzilla-f8cf68ab53f4a287162db556568f8e651f8d42a1.zip |
get the path infos from pathname instead of seperate data attribute
Diffstat (limited to 'Zotlabs')
-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 93c9094fd..e82c11a35 100644 --- a/Zotlabs/Lib/Enotify.php +++ b/Zotlabs/Lib/Enotify.php @@ -799,7 +799,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)) ); |