initial work on room history key sharing, take 2

This commit is contained in:
Hubert Chathi 2021-03-15 22:56:56 -04:00
parent 588e94e813
commit 7f141276ff
3 changed files with 57 additions and 6 deletions

View file

@ -214,6 +214,12 @@ export const SETTINGS: {[setting: string]: ISetting} = {
supportedLevels: LEVELS_FEATURE,
default: false,
},
"feature_room_history_key_sharing": {
isFeature: true,
displayName: _td("Share decryption keys for room history when inviting users"),
supportedLevels: LEVELS_FEATURE,
default: false,
},
"advancedRoomListLogging": {
// TODO: Remove flag before launch: https://github.com/vector-im/element-web/issues/14231
displayName: _td("Enable advanced debugging for the room list"),