aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-12-01 03:03:14 +0000
committerMario <mario@mariovavti.com>2018-12-02 10:17:45 +0100
commit4b4cc0489729e061f18a825e0e0be3fa0a9d8353 (patch)
tree70522484f1692cbeae39731b4497207c51752515 /Zotlabs/Lib
parent4bf3d4d87ac23af339f6418055211037b020cf1d (diff)
downloadvolse-hubzilla-4b4cc0489729e061f18a825e0e0be3fa0a9d8353.tar.gz
volse-hubzilla-4b4cc0489729e061f18a825e0e0be3fa0a9d8353.tar.bz2
volse-hubzilla-4b4cc0489729e061f18a825e0e0be3fa0a9d8353.zip
allow notification filtering by name or addr
(cherry picked from commit c6acb6191ca558fce121e7df26a8aba88beac2d9)
Diffstat (limited to 'Zotlabs/Lib')
-rw-r--r--Zotlabs/Lib/Enotify.php1
1 files changed, 1 insertions, 0 deletions
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']),