Merge pull request #6934 from matrix-org/travis/labs/polls

Add feature flag for polls and placeholder dialog
This commit is contained in:
Travis Ralston 2021-10-13 11:28:53 -06:00 committed by GitHub
commit ea7257698c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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,