aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Sse.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2019-11-12 10:11:58 +0000
committerMario <mario@mariovavti.com>2019-11-12 10:11:58 +0000
commit209d06a8f795282ddf370dff8228d2385004d05a (patch)
tree062f58940c8de3efea6a331996c580916ac69688 /Zotlabs/Module/Sse.php
parent4a6d050e22c7bfd4c2ae0bb2ff79bedefba33f47 (diff)
downloadvolse-hubzilla-209d06a8f795282ddf370dff8228d2385004d05a.tar.gz
volse-hubzilla-209d06a8f795282ddf370dff8228d2385004d05a.tar.bz2
volse-hubzilla-209d06a8f795282ddf370dff8228d2385004d05a.zip
better detection for who to send sys notifications (needs addons update)
Diffstat (limited to 'Zotlabs/Module/Sse.php')
-rw-r--r--Zotlabs/Module/Sse.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/Zotlabs/Module/Sse.php b/Zotlabs/Module/Sse.php
index 97fee5f49..6f7e9543a 100644
--- a/Zotlabs/Module/Sse.php
+++ b/Zotlabs/Module/Sse.php
@@ -84,6 +84,7 @@ class Sse extends Controller {
echo "\n\n";
del_xconfig(self::$ob_hash, 'sse', 'notifications');
+ set_xconfig(self::$ob_hash, 'sse', 'timestamp', datetime_convert());
unset($result);
}
@@ -96,6 +97,7 @@ class Sse extends Controller {
flush();
if(connection_status() != CONNECTION_NORMAL || connection_aborted()) {
+ del_xconfig(self::$ob_hash, 'sse', 'timestamp');
break;
}