Add feature flag for polls and placeholder dialog

We're anticipating development of polls soon, so for efficiency reasons we're getting the labs flag in early. If something goes wrong with the plan, this whole change will be reverted.
This commit is contained in:
Travis Ralston 2021-10-12 15:13:56 -06:00
parent 3417c03f41
commit 71c5b02390
5 changed files with 49 additions and 0 deletions

View file

@ -246,6 +246,12 @@ export const SETTINGS: {[setting: string]: ISetting} = {
default: false,
controller: new PseudonymousAnalyticsController(),
},
"feature_polls": {
isFeature: true,
supportedLevels: LEVELS_FEATURE,
displayName: _td("Polls (under active development)"),
default: false,
},
"doNotDisturb": {
supportedLevels: [SettingLevel.DEVICE],
default: false,