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).
pull/21833/head
J. Ryan Stinnett 2021-04-09 12:51:19 +01:00
parent ae2082b97b
commit 7b0ab4a059
1 changed files with 1 additions and 1 deletions

View File

@ -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