fix lint
This commit is contained in:
parent
89461ab869
commit
5392ea59c6
|
@ -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)) {
|
||||
|
|
Loading…
Reference in New Issue