diff options
author | Mario <mario@mariovavti.com> | 2020-11-18 17:09:53 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-11-18 17:09:53 +0000 |
commit | f1101808b7b6e437ccf9f8ebe9e7a8e67652edc0 (patch) | |
tree | e1010d3d327ca37eee2ea9211cf4f7c6093e16b5 /Zotlabs/Module | |
parent | 791d5098a047adf67b6da705552e64ef966d0453 (diff) | |
download | volse-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')
-rw-r--r-- | Zotlabs/Module/Pubstream.php | 3 |
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; |