Sort lists by identifier

This commit is contained in:
Vitor Pamplona
2025-11-05 15:54:01 -05:00
parent 452082c6cb
commit ed8b285700

View File

@@ -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