mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
log our identity keys after load
This commit is contained in:
parent
1d4a5cd6d4
commit
792f0cf9a0
@ -60,6 +60,7 @@ export class Session {
|
|||||||
|
|
||||||
// called once this._e2eeAccount is assigned
|
// called once this._e2eeAccount is assigned
|
||||||
_setupEncryption() {
|
_setupEncryption() {
|
||||||
|
console.log("loaded e2ee account with keys", this._e2eeAccount.identityKeys);
|
||||||
const senderKeyLock = new LockMap();
|
const senderKeyLock = new LockMap();
|
||||||
const olmDecryption = new OlmDecryption({
|
const olmDecryption = new OlmDecryption({
|
||||||
account: this._e2eeAccount,
|
account: this._e2eeAccount,
|
||||||
|
Loading…
Reference in New Issue
Block a user