Enable the polls feature (#7581)

This commit is contained in:
Andy Balaam
2022-01-20 09:40:47 +00:00
committed by GitHub
parent a7a7cb56fe
commit c4fc20018d
6 changed files with 19 additions and 59 deletions

View File

@@ -306,13 +306,6 @@ export const SETTINGS: {[setting: string]: ISetting} = {
displayName: _td("Show extensible event representation of events"),
default: false,
},
"feature_polls": {
isFeature: true,
labsGroup: LabGroup.Messaging,
supportedLevels: LEVELS_FEATURE,
displayName: _td("Polls (under active development)"),
default: false,
},
"feature_location_share": {
isFeature: true,
labsGroup: LabGroup.Messaging,