From 19f2c02eda12290c2e227086bd6ebc4b3284375c Mon Sep 17 00:00:00 2001 From: Joseph Donofry Date: Thu, 15 Jul 2021 18:08:59 -0400 Subject: Remove 'respond to key requests' functionality --- resources/qml/RoomSettings.qml | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'resources') diff --git a/resources/qml/RoomSettings.qml b/resources/qml/RoomSettings.qml index c852b837..4b06401a 100644 --- a/resources/qml/RoomSettings.qml +++ b/resources/qml/RoomSettings.qml @@ -222,23 +222,6 @@ ApplicationWindow { buttons: Dialog.Ok | Dialog.Cancel } - MatrixText { - visible: roomSettings.isEncryptionEnabled - text: qsTr("Respond to key requests") - } - - ToggleButton { - visible: roomSettings.isEncryptionEnabled - ToolTip.text: qsTr("Whether or not the client should respond automatically with the session keys - upon request. Use with caution, this is a temporary measure to test the - E2E implementation until device verification is completed.") - checked: roomSettings.respondsToKeyRequests - onClicked: { - roomSettings.changeKeyRequestsPreference(checked); - } - Layout.alignment: Qt.AlignRight - } - Item { // for adding extra space between sections Layout.fillWidth: true -- cgit 1.5.1