From 40a7446e3e1d52fa015ac9f2ce45b0c2b8df520f Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Thu, 9 Nov 2017 12:41:57 +0100 Subject: get the path infos from pathname instead of seperate data attribute --- Zotlabs/Lib/Enotify.php | 1 - 1 file changed, 1 deletion(-) (limited to 'Zotlabs/Lib/Enotify.php') 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)) ); -- cgit v1.2.3