Add a UI Feature flag for room history settings

This commit is contained in:
Travis Ralston 2020-10-27 19:20:25 -06:00
parent 0adb920448
commit a501d698aa
3 changed files with 17 additions and 4 deletions

View file

@ -630,6 +630,10 @@ export const SETTINGS: {[setting: string]: ISetting} = {
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
default: null,
},
[UIFeature.RoomHistorySettings]: {
supportedLevels: LEVELS_UI_FEATURE,
default: true,
},
[UIFeature.AdvancedEncryption]: {
supportedLevels: LEVELS_UI_FEATURE,
default: true,