mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
mark key backup properly as disabled
This commit is contained in:
parent
02f06724d0
commit
f4bb420f35
@ -261,7 +261,7 @@ export class Session {
|
||||
}
|
||||
}
|
||||
this._keyBackup.get().dispose();
|
||||
this._keyBackup.set(undefined);
|
||||
this._keyBackup.set(null);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user