mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-11-10 17:36:59 +01:00
Sort lists by identifier
This commit is contained in:
@@ -120,7 +120,7 @@ class PeopleListsState(
|
||||
publicMembers = cache.load(this.publicUsersIdSet()),
|
||||
)
|
||||
|
||||
suspend fun List<PeopleListEvent>.toUI() = this.map { it.toUI() }
|
||||
suspend fun List<PeopleListEvent>.toUI() = this.map { it.toUI() }.sortedBy { it.identifierTag }
|
||||
|
||||
val uiListFlow =
|
||||
latestLists
|
||||
|
||||
Reference in New Issue
Block a user