muc: also set myRoomJid to null if we have left the room

This commit is contained in:
Florian Schmaus 2020-04-16 21:39:52 +02:00
parent c519dd1213
commit ab2822be3e
1 changed files with 1 additions and 0 deletions

View File

@ -2120,6 +2120,7 @@ public class MultiUserChat {
// presence.
occupantsMap.clear();
joined = false;
myRoomJid = null;
// Update the list of joined rooms
multiUserChatManager.removeJoinedRoom(room);
removeConnectionCallbacks();