diff options
author | Mario <mario@mariovavti.com> | 2024-12-19 18:49:07 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-12-19 18:49:07 +0000 |
commit | a2dde34b1be35282618035652f919c39199beea1 (patch) | |
tree | 128d7fb247fc463cc5dc403da8ecc1928c138c29 /Zotlabs/Module/Sse.php | |
parent | fb5824417e12710572b8786f1db2e75457819447 (diff) | |
download | volse-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.php | 3 |
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); } |