Files
simplex-chat/apps/multiplatform/common
Narasimha-sc 56290cc7b0 android, desktop, ios: let caption-less media become the pending invitee preview
The prefer-content check used hasMsgContent (msgContent != null AND non-empty text), so a
caption-less photo/voice/file was treated like a no-content event and could not become the preview
when a prior text message was shown. Use msgContent != null (is-a-message) instead; the no-content
event re-cover guard still holds (events have msgContent == null).
2026-06-18 15:52:11 +00:00
..