From 0ac651b03aaf4e09b92cd21d4798e862dffca763 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Wed, 6 Sep 2023 08:18:37 +0200 Subject: [PATCH] Explicit logging MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Šimon Brandner --- src/e2ee/matrixKeyProvider.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/e2ee/matrixKeyProvider.ts b/src/e2ee/matrixKeyProvider.ts index c4ae66ed..0b810e01 100644 --- a/src/e2ee/matrixKeyProvider.ts +++ b/src/e2ee/matrixKeyProvider.ts @@ -52,6 +52,10 @@ export class MatrixKeyProvider extends BaseKeyProvider { encryptionKey: string, participantId: string ) => { + console.log( + `Embedded-E2EE-LOG onEncryptionKeyChanged participantId=${participantId} encryptionKey=${encryptionKey}` + ); + this.onSetEncryptionKey( await createKeyMaterialFromString(encryptionKey), participantId