mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 19:45:05 +01:00
be forgiving when dispose has already been called
This commit is contained in:
parent
544019f67d
commit
c3dfdde626
@ -377,7 +377,7 @@ export class Session {
|
||||
this._olmWorker = undefined;
|
||||
this._sessionBackup?.dispose();
|
||||
this._sessionBackup = undefined;
|
||||
this._megolmDecryption.dispose();
|
||||
this._megolmDecryption?.dispose();
|
||||
this._megolmDecryption = undefined;
|
||||
this._e2eeAccount?.dispose();
|
||||
this._e2eeAccount = undefined;
|
||||
|
Loading…
Reference in New Issue
Block a user