mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-12 09:13:23 +00:00
Fixes lack of update for Discovery filters when resuming
This commit is contained in:
+9
-6
@@ -66,12 +66,15 @@ class DiscoveryFilterAssembler(
|
||||
key: DiscoveryQueryState,
|
||||
relayUrl: String,
|
||||
time: Long,
|
||||
) = latestEOSEs.addOrUpdate(
|
||||
key.account.userProfile(),
|
||||
key.account.settings.defaultDiscoveryFollowList.value,
|
||||
relayUrl,
|
||||
time,
|
||||
)
|
||||
) {
|
||||
latestEOSEs.addOrUpdate(
|
||||
key.account.userProfile(),
|
||||
key.account.settings.defaultDiscoveryFollowList.value,
|
||||
relayUrl,
|
||||
time,
|
||||
)
|
||||
invalidateFilters()
|
||||
}
|
||||
|
||||
fun createMarketplaceFilter(key: DiscoveryQueryState): List<TypedFilter> {
|
||||
val follows =
|
||||
|
||||
Reference in New Issue
Block a user