RocketChat / Rocket.Chat.Android

Legacy mobile Rocket.Chat client in Kotlin for Android
https://rocket.chat
MIT License
869 stars 556 forks source link

[BUG] Messages deleted by web app does not notify android app #2493

Open trungwumbo opened 5 years ago

trungwumbo commented 5 years ago

Describe the bug

When setting Show Deleted Status to True, the android app will not receive any message/notify whenever a message is deleted by other devices/platforms.

To Reproduce

  1. Setting Show Deleted Status to True.
  2. Login with android app and go to any room.
  3. Use another device or platform, such as use the web app and go to the same room above.
  4. Delete a message, and the android app, the message is still there, not deleted.

Expected behavior

The same message on android app must be deleted.