aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Enotify.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-11-30 19:03:14 -0800
committerzotlabs <mike@macgirvin.com>2018-11-30 19:03:14 -0800
commitc6acb6191ca558fce121e7df26a8aba88beac2d9 (patch)
treed1f4abe408046aff8b76c0b81d16e313a3fe90fd /Zotlabs/Lib/Enotify.php
parent6cade7d935a489349c56165139796bd2f9cf9be6 (diff)
downloadvolse-hubzilla-c6acb6191ca558fce121e7df26a8aba88beac2d9.tar.gz
volse-hubzilla-c6acb6191ca558fce121e7df26a8aba88beac2d9.tar.bz2
volse-hubzilla-c6acb6191ca558fce121e7df26a8aba88beac2d9.zip
allow notification filtering by name or addr
Diffstat (limited to 'Zotlabs/Lib/Enotify.php')
-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']),