log our identity keys after load
This commit is contained in:
parent
1d4a5cd6d4
commit
792f0cf9a0
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||||
|
|
Reference in a new issue