Fix clear rooms
This commit is contained in:
parent
a72f25dcfa
commit
6f9a52bb5a
|
@ -752,6 +752,7 @@ class Client {
|
|||
storeAPI?.clear();
|
||||
_accessToken = _homeserver =
|
||||
_userID = _deviceID = _deviceName = _matrixVersions = prevBatch = null;
|
||||
_rooms = [];
|
||||
onLoginStateChanged.add(LoginState.loggedOut);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue