aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-03-22 12:51:11 +0000
committerMario <mario@mariovavti.com>2021-03-22 13:51:44 +0100
commitb8913335b1202a670915db244f32b8933ddab1ad (patch)
tree64d8c5996e54c379319c02b51297c63ff3f608c2
parent8c1617185579ed2aacbc5083dcd9c6119cc119ed (diff)
downloadvolse-hubzilla-b8913335b1202a670915db244f32b8933ddab1ad.tar.gz
volse-hubzilla-b8913335b1202a670915db244f32b8933ddab1ad.tar.bz2
volse-hubzilla-b8913335b1202a670915db244f32b8933ddab1ad.zip
those are not actually needed by the handler
(cherry picked from commit 872ac8846ef40cd91d8ebb8a9cf7279a64e87942)
-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 3384810e1..c7580971e 100644
--- a/Zotlabs/Module/Sse_bs.php
+++ b/Zotlabs/Module/Sse_bs.php
@@ -708,11 +708,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', []);