fix lint
This commit is contained in:
parent
89461ab869
commit
5392ea59c6
|
@ -7,7 +7,7 @@ type NoteCompat = {
|
||||||
id: string;
|
id: string;
|
||||||
reply?: NoteCompat | null;
|
reply?: NoteCompat | null;
|
||||||
renote?: NoteCompat | null;
|
renote?: NoteCompat | null;
|
||||||
}
|
};
|
||||||
|
|
||||||
export function isMutingNoteRelated(note: NoteCompat, noteIds: Set<string>) {
|
export function isMutingNoteRelated(note: NoteCompat, noteIds: Set<string>) {
|
||||||
if (noteIds.has(note.id)) {
|
if (noteIds.has(note.id)) {
|
||||||
|
|
Loading…
Reference in New Issue