mirror of
https://github.com/vector-im/element-call.git
synced 2026-04-03 07:10:26 +00:00
Explicit logging
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user