mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-28 13:06:44 -06:00
chore
This commit is contained in:
parent
359fbd78c1
commit
308ab8f177
1 changed files with 1 additions and 0 deletions
|
@ -128,6 +128,7 @@ export class StreamingApiServerService {
|
|||
ev.removeAllListeners();
|
||||
stream.dispose();
|
||||
this.redisForSub.off('message', onRedisMessage);
|
||||
this.#connections.delete(connection);
|
||||
if (userUpdateIntervalId) clearInterval(userUpdateIntervalId);
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue