Add LiveLocationSharing ff
This commit is contained in:
parent
5b68664350
commit
1f5a628b13
1 changed files with 7 additions and 0 deletions
|
|
@ -147,4 +147,11 @@ enum class FeatureFlags(
|
||||||
defaultValue = { false },
|
defaultValue = { false },
|
||||||
isFinished = false,
|
isFinished = false,
|
||||||
),
|
),
|
||||||
|
LiveLocationSharing(
|
||||||
|
key = "feature.liveLocationSharing",
|
||||||
|
title = "Live location sharing",
|
||||||
|
description = "Allow sharing live location in rooms.",
|
||||||
|
defaultValue = { false },
|
||||||
|
isFinished = false,
|
||||||
|
),
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue