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
Q: when I click "Delete" chats from here, they only get removed from "Pinned" or "Default" for the current app, I'm not deleting the rooms, right?
A1: platform group chats will be deleted only for your app, application chats will be deleted with rooms
A2: I made a mistake—the app chats are deleted only in the app's database, but the MUC rooms remain. On the client side, the room list is formed from two sources: app rooms come from API, and all rooms (including those from the app) come from chat server. However, they can only come from chat server if the app has been launched at least once.
So, if a room and its MUC are deleted from the admin panel, the client will still receive this room from the custom getUserRooms plugin, which won’t be aware of the deletion via the chat server admin API.
to review this behaviour
The text was updated successfully, but these errors were encountered:
to review this behaviour
The text was updated successfully, but these errors were encountered: