Files
Narasimha-sc 27bd441b11 android, desktop: keep pending invitee's sent support message in the main chat list preview
The wrong-chat fix reverts addChatItem to write the context its index was
computed against. A sent item only reaches the active context, so for a
pending invitee's member-support chat that revert would stop the group's
main list preview from updating - it previously updated only as a side
effect of writing the primary list at a wrong index.

Dispatch sent items to the primary context explicitly, from the caller, as
processReceivedMsg already does for received items.
2026-08-21 20:26:40 +00:00
..