From 4b4cc0489729e061f18a825e0e0be3fa0a9d8353 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Sat, 1 Dec 2018 03:03:14 +0000 Subject: allow notification filtering by name or addr (cherry picked from commit c6acb6191ca558fce121e7df26a8aba88beac2d9) --- Zotlabs/Lib/Enotify.php | 1 + 1 file changed, 1 insertion(+) (limited to 'Zotlabs/Lib/Enotify.php') diff --git a/Zotlabs/Lib/Enotify.php b/Zotlabs/Lib/Enotify.php index 25c96d9cc..523ccf93a 100644 --- a/Zotlabs/Lib/Enotify.php +++ b/Zotlabs/Lib/Enotify.php @@ -828,6 +828,7 @@ class Enotify { $x = array( 'notify_link' => $item['llink'], 'name' => $item['author']['xchan_name'], + 'addr' => $item['author']['xchan_addr'], 'url' => $item['author']['xchan_url'], 'photo' => $item['author']['xchan_photo_s'], 'when' => relative_date(($edit)? $item['edited'] : $item['created']), -- cgit v1.2.3