add feature_location_share_live labs flag (#7997)

Signed-off-by: Kerry Archibald <kerrya@element.io>
This commit is contained in:
Kerry
2022-03-07 13:49:32 +01:00
committed by GitHub
parent 319ed3a776
commit 9379be0189
2 changed files with 8 additions and 0 deletions
+7
View File
@@ -406,6 +406,13 @@ export const SETTINGS: {[setting: string]: ISetting} = {
displayName: _td("Location sharing - pin drop (under active development)"),
default: false,
},
"feature_location_share_live": {
isFeature: true,
labsGroup: LabGroup.Messaging,
supportedLevels: LEVELS_FEATURE,
displayName: _td("Location sharing - share your current location with live updates (under active development)"),
default: false,
},
"baseFontSize": {
displayName: _td("Font size"),
supportedLevels: LEVELS_ACCOUNT_SETTINGS,