From affaa95fb41ba4a5ffda4b1ffe9c82c61d7866fd Mon Sep 17 00:00:00 2001 From: Hugh Nimmo-Smith Date: Fri, 9 Aug 2024 15:34:13 +0100 Subject: [PATCH] delayBeforeuse => delayBeforeUse for consistency (#4344) --- src/matrixrtc/MatrixRTCSession.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/matrixrtc/MatrixRTCSession.ts b/src/matrixrtc/MatrixRTCSession.ts index 0b4fe1b1c89..50f6682cd93 100644 --- a/src/matrixrtc/MatrixRTCSession.ts +++ b/src/matrixrtc/MatrixRTCSession.ts @@ -404,7 +404,7 @@ export class MatrixRTCSession extends TypedEventEmitter { this.setNewKeyTimeouts.delete(useKeyTimeout); logger.info(`Delayed-emitting key changed event for ${participantId} idx ${encryptionKeyIndex}`);