aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Enotify.php
diff options
context:
space:
mode:
authorredmatrix <mike@macgirvin.com>2016-09-24 16:25:04 -0700
committerredmatrix <mike@macgirvin.com>2016-09-24 16:25:04 -0700
commit14e2a5cc39557ea4babbe28d407a64b57a9091c0 (patch)
treea1fa20ae4ef930442dfc1d4efea1309abd7a89a9 /Zotlabs/Lib/Enotify.php
parentc04c57ea0f34b84e59d63201314aa35eede2d875 (diff)
downloadvolse-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).
Diffstat (limited to 'Zotlabs/Lib/Enotify.php')
-rw-r--r--Zotlabs/Lib/Enotify.php2
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'],