aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Ping.php
diff options
context:
space:
mode:
authorM. Dent <dentm42@gmail.com>2018-10-25 03:38:05 +0200
committerM. Dent <dentm42@gmail.com>2018-10-25 03:38:05 +0200
commit9cedc864c296ad3fb394692440551c97bc644522 (patch)
tree1174444a974f017fffbb1537357022e2e0688e38 /Zotlabs/Module/Ping.php
parenta0a72a9f6d9e59ddf386a481e57dc64b882ff7ab (diff)
parentee804cd6b197457c2a51e2d37dbd1b03ca76917c (diff)
downloadvolse-hubzilla-9cedc864c296ad3fb394692440551c97bc644522.tar.gz
volse-hubzilla-9cedc864c296ad3fb394692440551c97bc644522.tar.bz2
volse-hubzilla-9cedc864c296ad3fb394692440551c97bc644522.zip
Merge branch 'dev' into 'dev'
Editor contact autocomplete performance & refine stream filter and forum notification behaviour (mostly for performance) See merge request hubzilla/core!1348
Diffstat (limited to 'Zotlabs/Module/Ping.php')
-rw-r--r--Zotlabs/Module/Ping.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Ping.php b/Zotlabs/Module/Ping.php
index 14627f56e..bc6985301 100644
--- a/Zotlabs/Module/Ping.php
+++ b/Zotlabs/Module/Ping.php
@@ -650,7 +650,7 @@ class Ping extends \Zotlabs\Web\Controller {
dbesc($forums[$x]['xchan_hash'])
);
if($r[0]['unseen']) {
- $forums[$x]['notify_link'] = (($forums[$x]['private_forum']) ? $forums[$x]['xchan_url'] : z_root() . '/network/?f=&pf=1&cid=' . $forums[$x]['abook_id']);
+ $forums[$x]['notify_link'] = (($forums[$x]['private_forum']) ? $forums[$x]['xchan_url'] : z_root() . '/network/?f=&pf=1&unseen=1&cid=' . $forums[$x]['abook_id']);
$forums[$x]['name'] = $forums[$x]['xchan_name'];
$forums[$x]['url'] = $forums[$x]['xchan_url'];
$forums[$x]['photo'] = $forums[$x]['xchan_photo_s'];