Skip to content

Commit 7ab4a0f

Browse files
committed
lint
1 parent 4e9da97 commit 7ab4a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/matrixrtc/EncryptionManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ export class EncryptionManager implements IEncryptionManager {
294294
}
295295
};
296296

297-
onTransportChanged = (enabled: { toDevice: boolean; room: boolean }) => {
297+
private onTransportChanged = (enabled: { toDevice: boolean; room: boolean }) => {
298298
this.requestSendCurrentKey();
299299
};
300300

0 commit comments

Comments
 (0)