From 33deef9f2c238265ad36c5a2e87faeb5f73d118f Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Tue, 13 Jul 2021 10:33:33 +0100 Subject: [PATCH] Rework devtools and get rid of flippy tgl button --- src/crypto/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crypto/index.ts b/src/crypto/index.ts index a33a36f98..d1af36c7a 100644 --- a/src/crypto/index.ts +++ b/src/crypto/index.ts @@ -200,7 +200,7 @@ export class Crypto extends EventEmitter { private readonly supportedAlgorithms: string[]; private readonly outgoingRoomKeyRequestManager: OutgoingRoomKeyRequestManager; private readonly toDeviceVerificationRequests: ToDeviceRequests; - private readonly inRoomVerificationRequests: InRoomRequests; + public readonly inRoomVerificationRequests: InRoomRequests; private trustCrossSignedDevices = true; // the last time we did a check for the number of one-time-keys on the server.