Refreshing user status when added to the transient spam list

This commit is contained in:
Vitor Pamplona
2023-05-28 17:32:05 -04:00
parent 83df639aff
commit 1a477ea1c8
@@ -1154,6 +1154,7 @@ class Account(
val userToBlock = LocalCache.getOrCreateUser(it.pubkeyHex)
if (userToBlock != userProfile() && userToBlock.pubkeyHex !in followingKeySet()) {
transientHiddenUsers = transientHiddenUsers + it.pubkeyHex
live.invalidateData()
}
}
}