diff options
author | redmatrix <mike@macgirvin.com> | 2016-09-24 16:25:04 -0700 |
---|---|---|
committer | redmatrix <mike@macgirvin.com> | 2016-09-24 16:25:04 -0700 |
commit | 14e2a5cc39557ea4babbe28d407a64b57a9091c0 (patch) | |
tree | a1fa20ae4ef930442dfc1d4efea1309abd7a89a9 | |
parent | c04c57ea0f34b84e59d63201314aa35eede2d875 (diff) | |
download | volse-hubzilla-14e2a5cc39557ea4babbe28d407a64b57a9091c0.tar.gz volse-hubzilla-14e2a5cc39557ea4babbe28d407a64b57a9091c0.tar.bz2 volse-hubzilla-14e2a5cc39557ea4babbe28d407a64b57a9091c0.zip |
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).
-rw-r--r-- | Zotlabs/Lib/Enotify.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/Enotify.php b/Zotlabs/Lib/Enotify.php index a6ff528aa..ca83adb34 100644 --- a/Zotlabs/Lib/Enotify.php +++ b/Zotlabs/Lib/Enotify.php @@ -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'], |