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
David Baker 2020-04-30 22:21:48 +01:00
parent 124740a63c
commit d241ceea56
1 changed files with 2 additions and 0 deletions

View File

@ -78,6 +78,8 @@ export default class DeviceListener {
this._dismissedThisDeviceToast = false; this._dismissedThisDeviceToast = false;
this._keyBackupInfo = null; this._keyBackupInfo = null;
this._keyBackupFetchedAt = null; this._keyBackupFetchedAt = null;
this._ourDeviceIdsAtStart = null;
this._displayingToastsForDeviceIds = new Set();
} }
/** /**