chat-sdk-ios
chat-sdk-ios copied to clipboard
Deleted messages are not removed if app/thread is not open
-
Is the bug present in the demo Chat SDK project? Yes
-
What modifications have you made to the Chat SDK? No Changes
-
iOS Version? Device or simulator? Cloned from master. Running in Device
-
Steps taken to reproduce the problem: Install chat-sdk-android in a device Install chat-sdk-ios in a deivice send message from android device to ios device open and check message in ios close app in ios device delete message from android device now open app in ios device the deleted message is not removed
-
Expected result: deleted messages should not appear
-
Actual result: deleted messages appears even after logout and re-logging-in
-
Comments: this works in chat-sdk-android as expected. also found that deleted images are not removed from firebase storage raised an issue in chat-sdk-firebase https://github.com/chat-sdk/chat-sdk-firebase/issues/2
Strangely it works sometimes