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
a291f6c2c5
commit
4377e4161f
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…
Add table
Add a link
Reference in a new issue