-
Notifications
You must be signed in to change notification settings - Fork 438
[BUG] Visible all deleted/cleaned messages in channels #2208
Comments
This issue is blocked because there's no way to get deleted messages via API. |
@rafaelks But I don't need 'deleted' messages! I need only view messages are actually in channel. Steps to reproduce: Result:
|
As I think (as not programmer) - there is no "refresh" action doing when go to previously viewed channel, only getting new messages without refresh (but if message was edited - all O.K., all correct). |
@avs-ru There's currently no way to for the mobile apps get what messages got deleted. Can you show me the option you are using to clear the messages? |
Sorry this internal server :(. So, in empty channel "general"(in this example) typed two messages: Next purge all messages from channel: On mobile go to previously viewed chanel "general", and got this: |
@avs-ru Great, thanks! |
+1 |
To update you guys on this thread: we recently shipped an API that will allow the mobile apps to support this. In near future you'll see this change in the mobile apps, please keep an eye on this issue. Thanks! |
@rafaelks any updates on this? I checked the latest heroku build (0.74.3) and issue persists. I know this is mostly a server issue so, by any chance, could you redirect me to the PR that introduced this behaviour? Thanks. EDIT: since writing this I found out that the "Message removed" is tied to an admin config where you can "show the deleted status" (where the messages aren't in fact deleted but it's status changes to rm). However my main question still holds: is there already a way to correctly sync with the server and eliminate the deleted messages? Thanks! |
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":
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)
The text was updated successfully, but these errors were encountered: