Fixes Linting 2

This commit is contained in:
Vitor Pamplona 2024-07-03 11:33:38 -04:00
parent 8c34394d86
commit 713bd59435

View File

@ -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> =