From f1101808b7b6e437ccf9f8ebe9e7a8e67652edc0 Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 18 Nov 2020 17:09:53 +0000 Subject: fix regression in relation to pustream notifications --- Zotlabs/Module/Pubstream.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Zotlabs') 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; -- cgit v1.2.3