You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation of doSetReadSeq assumes that all messages in a batch belong to the same conversation. However, in practice, a single batch may contain read receipt messages (ContentType == HasReadReceipt) for multiple different conversationIDs.
This causes incorrect behavior when persisting read sequences (HasReadSeq) to the database: only the last conversation in the batch is processed, and all others are ignored.