mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-02 09:46:06 +02:00
Fix auto-fixable issues (#11314)
This commit is contained in:
@@ -574,7 +574,7 @@ export class NoteCreateService implements OnApplicationShutdown {
|
||||
where: {
|
||||
userId: data.reply.userId,
|
||||
threadId: data.reply.threadId ?? data.reply.id,
|
||||
}
|
||||
},
|
||||
});
|
||||
|
||||
if (!isThreadMuted) {
|
||||
|
||||
Reference in New Issue
Block a user