mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-07-11 22:48:56 +00:00
8bb47e505a
The prior change to render caption-less media (instead of the status text) used the shared ChatPreviewView condition, so it affected every chat with a status preview (direct connection states, other group states). Gate it on memberPending so only the pending invitee's member-support preview changes; all other chats keep the original hasMsgContent behaviour.