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
{{ message }}
This repository was archived by the owner on Jun 7, 2020. It is now read-only.
After admin cleaning old messages in channel on desktop via browser (not standalone client, maybe same), or delete message from some user in channel users on mobleclient can see all cleaned/deleted messages.
Looked in DB for default channel "GANERAL":
db.getCollection('rocketchat_message').find({rid:"GENERAL"})
Fetched 0 record(s) in 7ms
Looks like all messages is cached on mobile, and no option for refresh (pulling down as example like in other messagers).
After some tests: logout, then login again = correctly view (not showing deleted/cleaned messages)