mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
mark as not configured yet when re-enabling key backup
This commit is contained in:
parent
f4bb420f35
commit
f4fa013ebc
@ -196,7 +196,7 @@ export class Session {
|
|||||||
}
|
}
|
||||||
if (this._keyBackup.get()) {
|
if (this._keyBackup.get()) {
|
||||||
this._keyBackup.get().dispose();
|
this._keyBackup.get().dispose();
|
||||||
this._keyBackup.set(undefined);
|
this._keyBackup.set(null);
|
||||||
}
|
}
|
||||||
const key = await ssssKeyFromCredential(type, credential, this._storage, this._platform, this._olm);
|
const key = await ssssKeyFromCredential(type, credential, this._storage, this._platform, this._olm);
|
||||||
// and create key backup, which needs to read from accountData
|
// and create key backup, which needs to read from accountData
|
||||||
|
Loading…
Reference in New Issue
Block a user