From 7b0ab4a0591029a28d011c0d66e021d5694cbe05 Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Fri, 9 Apr 2021 12:51:19 +0100 Subject: [PATCH] Enable sharing historical keys on invite After discussion with Product, we're ready to enable this key sharing work from https://github.com/matrix-org/matrix-react-sdk/pull/5763 (based on https://github.com/matrix-org/matrix-doc/pull/3061). --- src/settings/Settings.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/settings/Settings.ts b/src/settings/Settings.ts index 55fddc4a35..9ee267f39c 100644 --- a/src/settings/Settings.ts +++ b/src/settings/Settings.ts @@ -224,7 +224,7 @@ export const SETTINGS: {[setting: string]: ISetting} = { isFeature: true, displayName: _td("Share decryption keys for room history when inviting users"), supportedLevels: LEVELS_FEATURE, - default: false, + default: true, }, "advancedRoomListLogging": { // TODO: Remove flag before launch: https://github.com/vector-im/element-web/issues/14231