1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 08:26:19 +02:00

fix(backend): 同じ種類のTLのストリーミングを複数接続できない問題を修正

Fix #11985
This commit is contained in:
syuilo
2023-10-08 13:46:02 +09:00
parent 308745f6de
commit 8e0fb23068
5 changed files with 5 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ import Channel from '../channel.js';
class GlobalTimelineChannel extends Channel {
public readonly chName = 'globalTimeline';
public static shouldShare = true;
public static shouldShare = false;
public static requireCredential = false;
private withRenotes: boolean;