This repository was archived by the owner on Jun 7, 2020. It is now read-only.

Description
- Your Rocket.Chat app version: 3.1.1(214)
- Your Rocket.Chat server version: 0.69.2
- Device (or Simulator) you're running with: iPhone ios 10.2.1
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)