Removes sorting of the blocked list because it needs to load all metadata to sort correctly.
This commit is contained in:
@@ -7,5 +7,4 @@ object HiddenAccountsFeedFilter : FeedFilter<User>() {
|
||||
lateinit var account: Account
|
||||
|
||||
override fun feed() = account.hiddenUsers()
|
||||
.sortedWith(compareBy({ it.toBestDisplayName() }, { it.pubkeyHex }))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user