Refreshing user status when added to the transient spam list
This commit is contained in:
@@ -1154,6 +1154,7 @@ class Account(
|
|||||||
val userToBlock = LocalCache.getOrCreateUser(it.pubkeyHex)
|
val userToBlock = LocalCache.getOrCreateUser(it.pubkeyHex)
|
||||||
if (userToBlock != userProfile() && userToBlock.pubkeyHex !in followingKeySet()) {
|
if (userToBlock != userProfile() && userToBlock.pubkeyHex !in followingKeySet()) {
|
||||||
transientHiddenUsers = transientHiddenUsers + it.pubkeyHex
|
transientHiddenUsers = transientHiddenUsers + it.pubkeyHex
|
||||||
|
live.invalidateData()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user