aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Sse.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-12-19 18:49:07 +0000
committerMario <mario@mariovavti.com>2024-12-19 18:49:07 +0000
commita2dde34b1be35282618035652f919c39199beea1 (patch)
tree128d7fb247fc463cc5dc403da8ecc1928c138c29 /Zotlabs/Module/Sse.php
parentfb5824417e12710572b8786f1db2e75457819447 (diff)
downloadvolse-hubzilla-a2dde34b1be35282618035652f919c39199beea1.tar.gz
volse-hubzilla-a2dde34b1be35282618035652f919c39199beea1.tar.bz2
volse-hubzilla-a2dde34b1be35282618035652f919c39199beea1.zip
refactor notifications widget and updateConvItems() to not require jquery
Diffstat (limited to 'Zotlabs/Module/Sse.php')
-rw-r--r--Zotlabs/Module/Sse.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/Zotlabs/Module/Sse.php b/Zotlabs/Module/Sse.php
index fda2f2be4..673457db1 100644
--- a/Zotlabs/Module/Sse.php
+++ b/Zotlabs/Module/Sse.php
@@ -207,10 +207,9 @@ class Sse extends Controller {
if ($result) {
XConfig::Set(self::$ob_hash, 'sse', 'notifications', []);
- json_return_and_die($result);
}
- killme();
+ json_return_and_die($result);
}