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

@ -902,6 +902,7 @@
"Jump to date (adds /jumptodate and jump to date headers)": "Jump to date (adds /jumptodate and jump to date headers)", "Jump to date (adds /jumptodate and jump to date headers)": "Jump to date (adds /jumptodate and jump to date headers)",
"Don't send read receipts": "Don't send read receipts", "Don't send read receipts": "Don't send read receipts",
"Location sharing - pin drop (under active development)": "Location sharing - pin drop (under active development)", "Location sharing - pin drop (under active development)": "Location sharing - pin drop (under active development)",
"Location sharing - share your current location with live updates (under active development)": "Location sharing - share your current location with live updates (under active development)",
"Font size": "Font size", "Font size": "Font size",
"Use custom size": "Use custom size", "Use custom size": "Use custom size",
"Enable Emoji suggestions while typing": "Enable Emoji suggestions while typing", "Enable Emoji suggestions while typing": "Enable Emoji suggestions while typing",

View File

@ -406,6 +406,13 @@ export const SETTINGS: {[setting: string]: ISetting} = {
displayName: _td("Location sharing - pin drop (under active development)"), displayName: _td("Location sharing - pin drop (under active development)"),
default: false, 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": { "baseFontSize": {
displayName: _td("Font size"), displayName: _td("Font size"),
supportedLevels: LEVELS_ACCOUNT_SETTINGS, supportedLevels: LEVELS_ACCOUNT_SETTINGS,