This commit is contained in:
syuilo
2022-09-20 05:32:18 +09:00
parent 1ed06e490c
commit 567c550120
13 changed files with 28 additions and 31 deletions

View File

@@ -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,
});
});