mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
those are not actually needed by the handler
This commit is contained in:
@@ -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', []);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user