log our identity keys after load

This commit is contained in:
Bruno Windels 2020-09-03 15:32:33 +02:00
parent 1d4a5cd6d4
commit 792f0cf9a0

View file

@ -60,6 +60,7 @@ export class Session {
// called once this._e2eeAccount is assigned
_setupEncryption() {
console.log("loaded e2ee account with keys", this._e2eeAccount.identityKeys);
const senderKeyLock = new LockMap();
const olmDecryption = new OlmDecryption({
account: this._e2eeAccount,