mirror of https://github.com/vector-im/riot-web
Clear more state in DeviceListener
Especially the devices at start, otherwise they'll just be wrong if you log in after logging out.pull/21833/head
parent
124740a63c
commit
d241ceea56
|
@ -78,6 +78,8 @@ export default class DeviceListener {
|
|||
this._dismissedThisDeviceToast = false;
|
||||
this._keyBackupInfo = null;
|
||||
this._keyBackupFetchedAt = null;
|
||||
this._ourDeviceIdsAtStart = null;
|
||||
this._displayingToastsForDeviceIds = new Set();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue