mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-11-10 15:07:52 +01:00
Sort lists by identifier
This commit is contained in:
@@ -120,7 +120,7 @@ class PeopleListsState(
|
|||||||
publicMembers = cache.load(this.publicUsersIdSet()),
|
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 =
|
val uiListFlow =
|
||||||
latestLists
|
latestLists
|
||||||
|
|||||||
Reference in New Issue
Block a user