Files
simplex-chat/apps
Narasimha-sc cb4b1b7f50 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-07-20 13:31:05 +00:00
..