prose-im / prose-core-client

Prose core XMPP client manager & protocols.
https://prose.org
Mozilla Public License 2.0
20 stars 3 forks source link

Cannot re-join a group that was previously created and left #56

Closed valeriansaliou closed 7 months ago

valeriansaliou commented 7 months ago

This happens when using startConversation() on multiple JIDs. I can create a group once with a tuple (A,B), but if I leave (A,B) and try to open a DM with (A,B) again, it will not show in sidebar (and I will not get any error when attempting to startConversation([A,B]) for a second time, it even returns the room JID as expected).

However, in the meantime, I can start a new DM with (A,B,C) and it will appear. If I leave (A,B,C) and try to re-create it, the same issue occurs.

Note that reloading the app does not show the group in the sidebar either.