aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Pubstream.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2020-11-18 17:09:53 +0000
committerMario <mario@mariovavti.com>2020-11-18 17:09:53 +0000
commitf1101808b7b6e437ccf9f8ebe9e7a8e67652edc0 (patch)
treee1010d3d327ca37eee2ea9211cf4f7c6093e16b5 /Zotlabs/Module/Pubstream.php
parent791d5098a047adf67b6da705552e64ef966d0453 (diff)
downloadvolse-hubzilla-f1101808b7b6e437ccf9f8ebe9e7a8e67652edc0.tar.gz
volse-hubzilla-f1101808b7b6e437ccf9f8ebe9e7a8e67652edc0.tar.bz2
volse-hubzilla-f1101808b7b6e437ccf9f8ebe9e7a8e67652edc0.zip
fix regression in relation to pustream notifications
Diffstat (limited to 'Zotlabs/Module/Pubstream.php')
-rw-r--r--Zotlabs/Module/Pubstream.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/Zotlabs/Module/Pubstream.php b/Zotlabs/Module/Pubstream.php
index e6afdb391..6a941d06c 100644
--- a/Zotlabs/Module/Pubstream.php
+++ b/Zotlabs/Module/Pubstream.php
@@ -104,6 +104,9 @@ class Pubstream extends \Zotlabs\Web\Controller {
nav_set_selected(t('Public Stream'));
+ if(!$mid)
+ $_SESSION['static_loadtime'] = datetime_convert();
+
$maxheight = get_config('system','home_divmore_height');
if(! $maxheight)
$maxheight = 400;