From d2b06995c7bf14f0ba972099f6bfcd264d4ed0af Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 10 Jul 2024 08:40:51 +0000 Subject: more work on making sure system notifications appear on page reload --- Zotlabs/Module/Sse.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Zotlabs') diff --git a/Zotlabs/Module/Sse.php b/Zotlabs/Module/Sse.php index 41ff24352..ae8860cd2 100644 --- a/Zotlabs/Module/Sse.php +++ b/Zotlabs/Module/Sse.php @@ -138,6 +138,7 @@ class Sse extends Controller { flush(); XConfig::Set(self::$ob_hash, 'sse', 'timestamp', NULL_DATE); + XConfig::Set(self::$ob_hash, 'sse', 'notifications', []); exit; } @@ -145,12 +146,12 @@ class Sse extends Controller { ob_flush(); flush(); + usleep($sleep); + if ($result) { XConfig::Set(self::$ob_hash, 'sse', 'notifications', []); } - usleep($sleep); - $i++; } -- cgit v1.2.3