Explicit logging

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner
2023-09-06 08:18:37 +02:00
parent 18185be49c
commit 0ac651b03a

View File

@@ -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