fix login not working

This commit is contained in:
Bruno Windels 2023-03-28 11:33:59 +02:00
parent aeb5e9d97f
commit 1c923a720b

View File

@ -496,7 +496,9 @@ export class Session {
olmWorker: this._olmWorker,
txn
});
if (this._e2eeAccount) {
log.set("keys", this._e2eeAccount.identityKeys);
}
this._setupEncryption();
}
const pendingEventsByRoomId = await this._getPendingEventsByRoom(txn);