mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-09-10 11:37:27 +00:00
Review: the extra listUsers round trip was redundant - appending the profile that was just created keeps it visible without one, and with it gone the iOS helper had nothing left to share, so it is inlined. listUsers sorts by chatViewName, so appending leaves the new profile at the end until the next refresh; the profile switch re-lists and restores the order, and on the failure path the ordering is cosmetic.