This commit is contained in:
Valere
2025-05-14 10:16:26 +02:00
parent 2d8cf7fa56
commit 4631e6e39d

View File

@@ -40,8 +40,7 @@ export class MatrixKeyProvider extends BaseKeyProvider {
keyIndex?: number,
): void => {
tmpLogPrefix(
`key ratcheted event received for ${participantIdentity} at index ${keyIndex}`,
`key=${encodeBase64(new Uint8Array(ratchetResult.chainKey))}`,
`key ratcheted event received for ${participantIdentity} at index ${keyIndex} key=${encodeBase64(new Uint8Array(ratchetResult.chainKey))}`,
);
this.rtcSession?.onKeyRatcheted(
ratchetResult.chainKey,