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
Currently - when a new Room is selected - the Posts from the old Room (dialogue) are displayed until the Posts from the new Room show up. This is a really poor user experience.
Once a new room is selected, the old posts should be cleared immediately - and any posts stored in the pddb displayed ASAP - while the UI waits for Posts to arrive from the server.
Currently - when a new Room is selected - the Posts from the old Room (dialogue) are displayed until the Posts from the new Room show up. This is a really poor user experience.
Once a new room is selected, the old posts should be cleared immediately - and any posts stored in the pddb displayed ASAP - while the UI waits for Posts to arrive from the server.
There probably needs to be a call to chat::dialogue_set() immediately after the call to room_modal completes.
The text was updated successfully, but these errors were encountered: