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.
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 tostartConversation([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.