diff options
author | Mario <mario@mariovavti.com> | 2021-03-22 13:51:11 +0100 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-03-22 13:51:11 +0100 |
commit | 872ac8846ef40cd91d8ebb8a9cf7279a64e87942 (patch) | |
tree | 9feff9a5cd01a913c5a3f65e5939b3ca330ac8b3 | |
parent | f6d88f20f3139c75e13798e81427b58aafce7738 (diff) | |
download | volse-hubzilla-872ac8846ef40cd91d8ebb8a9cf7279a64e87942.tar.gz volse-hubzilla-872ac8846ef40cd91d8ebb8a9cf7279a64e87942.tar.bz2 volse-hubzilla-872ac8846ef40cd91d8ebb8a9cf7279a64e87942.zip |
those are not actually needed by the handler
-rw-r--r-- | Zotlabs/Module/Sse_bs.php | 4 |
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', []); |