mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-11-20 03:25:52 +01:00
Remove newlines
This commit is contained in:
parent
816bdbba70
commit
c27d1b68be
@ -221,7 +221,6 @@ export class Session {
|
||||
});
|
||||
await this._secretSharing.load();
|
||||
this._secretFetcher.setSecretSharing(this._secretSharing);
|
||||
|
||||
}
|
||||
|
||||
_createRoomEncryption(room, encryptionParams) {
|
||||
@ -613,7 +612,6 @@ export class Session {
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
await this._keyBackup.get()?.start(log);
|
||||
await this._crossSigning.get()?.start(log);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user