chat-sdk / chat-sdk-ios

Chat SDK iOS - Open Source Mobile Messenger
http://sdk.chat
Other
914 stars 275 forks source link

Messages are displayed after delete the Chat #460

Open bananaRanger opened 4 years ago

bananaRanger commented 4 years ago

Pre-conditions:

Messages should be present

Steps to reproduce:

User 1

1-Delete the Chat

User 2

1-Send message to User 1

User 1

1- Return to the chat

AR: All messages are displayed ER: Only last message should be display

ganico commented 3 years ago

@bensmiley is this fixed on the latest 4.15.8 version?

bensmiley commented 3 years ago

When you delete a thread, the messages are not actually deleted - they are still stored on the server. So if you talk to that person again, the chat will load the historic messages. Currently, this is how the system works. As such I feel that this is more of a feature request. I will label it accordingly.

ganico commented 3 years ago

When you delete a thread, the messages are not actually deleted - they are still stored on the server. So if you talk to that person again, the chat will load the historic messages. Currently, this is how the system works. As such I feel that this is more of a feature request. I will label it accordingly.

ohh... I see, thanks for the confirmation 👍