This commit is contained in:
おさむのひと 2025-04-26 17:47:16 +09:00
parent 89461ab869
commit 5392ea59c6
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ type NoteCompat = {
id: string;
reply?: NoteCompat | null;
renote?: NoteCompat | null;
}
};
export function isMutingNoteRelated(note: NoteCompat, noteIds: Set<string>) {
if (noteIds.has(note.id)) {