summaryrefslogtreecommitdiff
path: root/packages/frontend/src/stream.ts
diff options
context:
space:
mode:
authorかっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>2025-11-10 15:33:54 +0900
committerGitHub <noreply@github.com>2025-11-10 15:33:54 +0900
commitfd2fe34270ebd406d12a55f33b74028dec31cfd2 (patch)
tree7be7560fb39d45fd712fdeb394bfb204e8ce692b /packages/frontend/src/stream.ts
parentfix(backend): improve isFederationAllowedHost (diff)
downloadmisskey-fd2fe34270ebd406d12a55f33b74028dec31cfd2.tar.gz
misskey-fd2fe34270ebd406d12a55f33b74028dec31cfd2.tar.bz2
misskey-fd2fe34270ebd406d12a55f33b74028dec31cfd2.zip
refactor8frontend9: anyを除去 (#16778)
Diffstat (limited to 'packages/frontend/src/stream.ts')
-rw-r--r--packages/frontend/src/stream.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/frontend/src/stream.ts b/packages/frontend/src/stream.ts
index 25544d9d88..adbde3fee2 100644
--- a/packages/frontend/src/stream.ts
+++ b/packages/frontend/src/stream.ts
@@ -7,8 +7,6 @@ import * as Misskey from 'misskey-js';
import { markRaw } from 'vue';
import { $i } from '@/i.js';
import { wsOrigin } from '@@/js/config.js';
-// TODO: No WebsocketモードでStreamMockが使えそう
-//import { StreamMock } from '@/utility/stream-mock.js';
// heart beat interval in ms
const HEART_BEAT_INTERVAL = 1000 * 60;