mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-04-11 13:32:03 +02:00
Fixes contract violation when sorting users.
This commit is contained in:
parent
25cde455d8
commit
98c48e8b6b
@ -928,6 +928,7 @@ open class NewPostViewModel() : ViewModel() {
|
||||
compareBy(
|
||||
{ account?.isFollowing(it) },
|
||||
{ it.toBestDisplayName() },
|
||||
{ it.pubkeyHex },
|
||||
),
|
||||
)
|
||||
.reversed()
|
||||
|
Loading…
x
Reference in New Issue
Block a user