Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 9379be0

Browse files
author
Kerry
authored
add feature_location_share_live labs flag (#7997)
Signed-off-by: Kerry Archibald <[email protected]>
1 parent 319ed3a commit 9379be0

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/i18n/strings/en_EN.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -902,6 +902,7 @@
902902
"Jump to date (adds /jumptodate and jump to date headers)": "Jump to date (adds /jumptodate and jump to date headers)",
903903
"Don't send read receipts": "Don't send read receipts",
904904
"Location sharing - pin drop (under active development)": "Location sharing - pin drop (under active development)",
905+
"Location sharing - share your current location with live updates (under active development)": "Location sharing - share your current location with live updates (under active development)",
905906
"Font size": "Font size",
906907
"Use custom size": "Use custom size",
907908
"Enable Emoji suggestions while typing": "Enable Emoji suggestions while typing",

src/settings/Settings.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,13 @@ export const SETTINGS: {[setting: string]: ISetting} = {
406406
displayName: _td("Location sharing - pin drop (under active development)"),
407407
default: false,
408408
},
409+
"feature_location_share_live": {
410+
isFeature: true,
411+
labsGroup: LabGroup.Messaging,
412+
supportedLevels: LEVELS_FEATURE,
413+
displayName: _td("Location sharing - share your current location with live updates (under active development)"),
414+
default: false,
415+
},
409416
"baseFontSize": {
410417
displayName: _td("Font size"),
411418
supportedLevels: LEVELS_ACCOUNT_SETTINGS,

0 commit comments

Comments
 (0)