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
Title: Incomplete Message History Display After Private Chat Deletion
Steps to Reproduce:
Enable the "IsPrivateChat" feature for a conversation between User A and User B.
User A sends more than or equal to 20 regular messages to User B. This number is significant as it corresponds to the default query limit used by the app's SDK when fetching historical messages.
User B logs in, views the messages, and marks them as read, initiating the burn countdown for the messages.
Once the countdown concludes, the messages are deleted from the conversation.
User B restarts the app and queries the latest 20 messages of that conversation. Since all the messages have been burned and are in a "deleted" state, they do not appear. The app fails to display or retrieve any messages that were not part of the initial 20 sent by User A, even though they may not have been deleted.
This issue results in an incomplete display of the conversation history after messages have been burned, as the app's SDK does not account for messages beyond the initial 20 in the query, potentially omitting undeleted messages from the user's view.
Additional information
No response
The text was updated successfully, but these errors were encountered:
What would you like to share?
Title: Incomplete Message History Display After Private Chat Deletion
Steps to Reproduce:
This issue results in an incomplete display of the conversation history after messages have been burned, as the app's SDK does not account for messages beyond the initial 20 in the query, potentially omitting undeleted messages from the user's view.
Additional information
No response
The text was updated successfully, but these errors were encountered: