prose-im / prose-app-web

Prose Web application. XMPP client for team messaging.
https://prose.org/downloads
Mozilla Public License 2.0
19 stars 2 forks source link

Sidebar doesn't update after joining a room #39

Closed nesium closed 4 months ago

nesium commented 4 months ago

I had a MUC room selected, clicked "Add a channel" to join another existing MUC room. The (left) sidebar updated correctly with the new room selected, the messages area also showed the correct messages for the new room. The info bar on the right however still displayed the info of the former selected room.

nesium commented 4 months ago

Maybe that was due to a prior exception?

nesium commented 4 months ago

I'll go ahead and close this again since it works when no error happens. Although it begs the question what our strategy to deal with exceptions is.

valeriansaliou commented 4 months ago

Currently, there’s no exception handling on this one AFAIK. What was the error?

nesium commented 4 months ago

I'm not sure but in general all of the core client methods can throw when an error occurs. But I'm definitely seeing the need to do some more real world testing on my side…