Files
simplex-chat/apps/multiplatform/common
Narasimha-sc eaf137ec18 ui: fix the first chat profile's avatar stored as its description
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).
2026-09-04 17:19:23 +00:00
..
2026-08-29 18:59:49 +01:00