mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 05:04:57 +08:00
add feature_location_share_live labs flag (#7997)
Signed-off-by: Kerry Archibald <kerrya@element.io>
This commit is contained in:
parent
319ed3a776
commit
9379be0189
@ -902,6 +902,7 @@
|
||||
"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",
|
||||
"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",
|
||||
"Use custom size": "Use custom size",
|
||||
"Enable Emoji suggestions while typing": "Enable Emoji suggestions while typing",
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user