Fixes Linting 2

pull/975/head
Vitor Pamplona 2024-07-03 11:33:38 -04:00
rodzic 8c34394d86
commit 713bd59435
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -100,7 +100,9 @@ class HomeNewThreadFeedFilter(
noteEvent is HighlightEvent ||
noteEvent is AudioTrackEvent ||
noteEvent is AudioHeaderEvent
) && filterParams.match(noteEvent, isGlobalRelay) && it.isNewThread()
) &&
filterParams.match(noteEvent, isGlobalRelay) &&
it.isNewThread()
}
override fun sort(collection: Set<Note>): List<Note> =