Revert 一時的に Redis に書き込むユーザーをモデレータのみに絞る (MisskeyIO#192)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user