sort by title instead

This commit is contained in:
Vitor Pamplona
2025-11-05 16:39:07 -05:00
parent 0ffbbee31a
commit 1eb2309952
@@ -120,7 +120,7 @@ class PeopleListsState(
publicMembers = cache.load(this.publicUsersIdSet()),
)
suspend fun List<PeopleListEvent>.toUI() = this.map { it.toUI() }.sortedBy { it.identifierTag }
suspend fun List<PeopleListEvent>.toUI() = this.map { it.toUI() }.sortedBy { it.title }
val uiListFlow =
latestLists