1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-25 05:23:13 +03:00

Rework devtools and get rid of flippy tgl button

This commit is contained in:
Michael Telatynski
2021-07-13 10:33:33 +01:00
parent 5ce787c6ea
commit 33deef9f2c

View File

@@ -200,7 +200,7 @@ export class Crypto extends EventEmitter {
private readonly supportedAlgorithms: string[]; private readonly supportedAlgorithms: string[];
private readonly outgoingRoomKeyRequestManager: OutgoingRoomKeyRequestManager; private readonly outgoingRoomKeyRequestManager: OutgoingRoomKeyRequestManager;
private readonly toDeviceVerificationRequests: ToDeviceRequests; private readonly toDeviceVerificationRequests: ToDeviceRequests;
private readonly inRoomVerificationRequests: InRoomRequests; public readonly inRoomVerificationRequests: InRoomRequests;
private trustCrossSignedDevices = true; private trustCrossSignedDevices = true;
// the last time we did a check for the number of one-time-keys on the server. // the last time we did a check for the number of one-time-keys on the server.