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:
David Baker 2020-04-30 22:21:48 +01:00
parent a291f6c2c5
commit 4377e4161f

View file

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