mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-09-09 20:26:19 +00:00
Both create functions repeated the same create + listUsers + model update; only the final action differs. Extract it next to apiCreateActiveUser, as Kotlin already does with createProfileForInvitation.