mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-08-15 17:50:22 +00:00
- Narrow the sent-item mirror (previous commit) to GroupChatScopeContext (member support); the reports view has no compose, so it shouldn't trigger it. - A pending invitee's RECEIVED support message was dropped from the main chat list preview: the group preview keeps the higher-itemTs item, but a received message's itemTs is the broker clock while the placeholder group event's itemTs is the local device clock - an unreliable cross-clock comparison. Bypass it when memberPending so received support items surface in the preview the same way sent ones do.