mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-22 10:11:39 +01:00
fix login not working
This commit is contained in:
parent
aeb5e9d97f
commit
1c923a720b
@ -496,7 +496,9 @@ export class Session {
|
|||||||
olmWorker: this._olmWorker,
|
olmWorker: this._olmWorker,
|
||||||
txn
|
txn
|
||||||
});
|
});
|
||||||
log.set("keys", this._e2eeAccount.identityKeys);
|
if (this._e2eeAccount) {
|
||||||
|
log.set("keys", this._e2eeAccount.identityKeys);
|
||||||
|
}
|
||||||
this._setupEncryption();
|
this._setupEncryption();
|
||||||
}
|
}
|
||||||
const pendingEventsByRoomId = await this._getPendingEventsByRoom(txn);
|
const pendingEventsByRoomId = await this._getPendingEventsByRoom(txn);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user