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, olmWorker: this._olmWorker,
txn txn
}); });
if (this._e2eeAccount) {
log.set("keys", this._e2eeAccount.identityKeys); log.set("keys", this._e2eeAccount.identityKeys);
}
this._setupEncryption(); this._setupEncryption();
} }
const pendingEventsByRoomId = await this._getPendingEventsByRoom(txn); const pendingEventsByRoomId = await this._getPendingEventsByRoom(txn);