Stop logging encryption keys

This commit is contained in:
David Baker
2023-10-23 12:31:37 +01:00
parent 74f1aa0cba
commit 99d5103dfa

View File

@@ -67,7 +67,7 @@ export class MatrixKeyProvider extends BaseKeyProvider {
);
logger.debug(
`Embedded-E2EE-LOG onEncryptionKeyChanged room=${this.rtcSession?.room.roomId} participantId=${participantId} encryptionKeyIndex=${encryptionKeyIndex} encryptionKey=${encryptionKey}`,
`Embedded-E2EE-LOG onEncryptionKeyChanged room=${this.rtcSession?.room.roomId} participantId=${participantId} encryptionKeyIndex=${encryptionKeyIndex}`,
this.getKeys(),
);
};