allow notification filtering by name or addr

This commit is contained in:
zotlabs
2018-11-30 19:03:14 -08:00
parent 6cade7d935
commit c6acb6191c
4 changed files with 16 additions and 8 deletions

View File

@@ -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']),