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