From 893a318fbd4dc5d55df2c1e60f26c19ec57bff0c Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Thu, 12 Feb 2026 16:20:03 -0500 Subject: [PATCH] Correctly refreshes the Live bubbles when switching top filters. --- .../amethyst/ui/screen/loggedIn/home/dal/HomeLiveFilter.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/home/dal/HomeLiveFilter.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/home/dal/HomeLiveFilter.kt index 93eeb89cb..80f623b2c 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/home/dal/HomeLiveFilter.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/home/dal/HomeLiveFilter.kt @@ -44,7 +44,7 @@ import com.vitorpamplona.quartz.utils.TimeUtils class HomeLiveFilter( val account: Account, ) : AdditiveComplexFeedFilter() { - override fun feedKey(): String = account.userProfile().pubkeyHex + override fun feedKey(): String = account.userProfile().pubkeyHex + "-" + account.settings.defaultHomeFollowList.value override fun showHiddenKey(): Boolean = false