diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/dal/HomeNewThreadFeedFilter.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/dal/HomeNewThreadFeedFilter.kt index 06bbd44dd..14eab0a69 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/dal/HomeNewThreadFeedFilter.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/dal/HomeNewThreadFeedFilter.kt @@ -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): List =