aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Zotlabs/Module/Sse_bs.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/Zotlabs/Module/Sse_bs.php b/Zotlabs/Module/Sse_bs.php
index 6ba5b0b15..271d040fd 100644
--- a/Zotlabs/Module/Sse_bs.php
+++ b/Zotlabs/Module/Sse_bs.php
@@ -707,11 +707,7 @@ class Sse_bs extends Controller {
function bs_info_notice() {
$result['notice']['notifications'] = [];
- $result['notice']['count'] = 0;
- $result['notice']['offset'] = -1;
$result['info']['notifications'] = [];
- $result['info']['count'] = 0;
- $result['info']['offset'] = -1;
$r = XConfig::Get(self::$ob_hash, 'sse', 'notifications', []);