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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

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,