forked from mirrors/misskey
lint
This commit is contained in:
@@ -45,7 +45,7 @@ export default class extends Endpoint<typeof meta, typeof paramDef> {
|
||||
});
|
||||
|
||||
await this.noteThreadMutingsRepository.delete({
|
||||
threadId: note.threadId || note.id,
|
||||
threadId: note.threadId ?? note.id,
|
||||
userId: me.id,
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user