mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 10:15:43 +03:00
Clear more state in DeviceListener
Especially the devices at start, otherwise they'll just be wrong if you log in after logging out.
This commit is contained in:
parent
124740a63c
commit
d241ceea56
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue