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

[BUG] Visible all deleted/cleaned messages in channels #2208

@avs-ru

Description

@avs-ru
  • 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).
bug-desktop
bug-ios

After some tests: logout, then login again = correctly view (not showing deleted/cleaned messages)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions