From 110de167e8e440f50e00765e302502f54b14eb12 Mon Sep 17 00:00:00 2001 From: tamaina Date: Mon, 6 Sep 2021 01:38:48 +0900 Subject: [PATCH] ok --- src/server/api/stream/channels/main.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/server/api/stream/channels/main.ts b/src/server/api/stream/channels/main.ts index d1dce76dd9..131ac30472 100644 --- a/src/server/api/stream/channels/main.ts +++ b/src/server/api/stream/channels/main.ts @@ -15,7 +15,6 @@ export default class extends Channel { case 'notification': { if (data.body.userId && this.muting.has(data.body.userId)) return; - // ???? if (data.body.note && data.body.note.isHidden) { const note = await Notes.pack(data.body.note.id, this.user, { detail: true