From 51e5b1e273edc9aa2451ea8050c490a4a175ef05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=BE=E3=81=A3=E3=81=A1=E3=82=83=E3=81=A8=E3=83=BC?= =?UTF-8?q?=E3=81=AB=E3=82=85?= <17376330+u1-liquid@users.noreply.github.com> Date: Fri, 27 Oct 2023 01:41:34 +0900 Subject: [PATCH] =?UTF-8?q?Revert=20=E4=B8=80=E6=99=82=E7=9A=84=E3=81=AB?= =?UTF-8?q?=20Redis=20=E3=81=AB=E6=9B=B8=E3=81=8D=E8=BE=BC=E3=82=80?= =?UTF-8?q?=E3=83=A6=E3=83=BC=E3=82=B6=E3=83=BC=E3=82=92=E3=83=A2=E3=83=87?= =?UTF-8?q?=E3=83=AC=E3=83=BC=E3=82=BF=E3=81=AE=E3=81=BF=E3=81=AB=E7=B5=9E?= =?UTF-8?q?=E3=82=8B=20(MisskeyIO#192)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/backend/src/core/NoteCreateService.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/backend/src/core/NoteCreateService.ts b/packages/backend/src/core/NoteCreateService.ts index 006baf8f4..a12b964e1 100644 --- a/packages/backend/src/core/NoteCreateService.ts +++ b/packages/backend/src/core/NoteCreateService.ts @@ -526,9 +526,7 @@ export class NoteCreateService implements OnApplicationShutdown { } }); - if (await this.roleService.isModerator({ id: user.id, isRoot: false })) { - this.pushToTl(note, user); - } + this.pushToTl(note, user); this.antennaService.addNoteToAntennas(note, user);