mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-09-08 22:54:11 +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.