also allow notification scroll on conversation page notifications (network and home), though we may also need some js to open comments for the thread holding the fragment (as well as the scrollto js).

This commit is contained in:
redmatrix 2016-09-24 16:25:04 -07:00
parent c04c57ea0f
commit 14e2a5cc39

View file

@ -680,7 +680,7 @@ class Enotify {
// convert this logic into a json array just like the system notifications
return array(
'notify_link' => $item['llink'],
'notify_link' => $item['llink'] . '#item_' . $item['id'],
'name' => $item['author']['xchan_name'],
'url' => $item['author']['xchan_url'],
'photo' => $item['author']['xchan_photo_s'],