aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Sse_bs.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-03-22 13:51:11 +0100
committerMario <mario@mariovavti.com>2021-03-22 13:51:11 +0100
commit872ac8846ef40cd91d8ebb8a9cf7279a64e87942 (patch)
tree9feff9a5cd01a913c5a3f65e5939b3ca330ac8b3 /Zotlabs/Module/Sse_bs.php
parentf6d88f20f3139c75e13798e81427b58aafce7738 (diff)
downloadvolse-hubzilla-872ac8846ef40cd91d8ebb8a9cf7279a64e87942.tar.gz
volse-hubzilla-872ac8846ef40cd91d8ebb8a9cf7279a64e87942.tar.bz2
volse-hubzilla-872ac8846ef40cd91d8ebb8a9cf7279a64e87942.zip
those are not actually needed by the handler
Diffstat (limited to 'Zotlabs/Module/Sse_bs.php')
-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', []);