mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-09-27 22:18:36 +00:00
Profile is (displayName, fullName, shortDescr, description, image, ...), so passing image as the fourth positional argument stores it in description and the avatar is silently dropped. Both are String?, so it type-checks. Reached from the user picker's "Create chat profile" row, which is desktop-only (chatModel.desktopNoUserNoRemote).