Add LiveLocationSharing ff

This commit is contained in:
ganfra
2026-02-18 15:04:19 +01:00
parent 5b68664350
commit 1f5a628b13

View File

@@ -147,4 +147,11 @@ enum class FeatureFlags(
defaultValue = { false },
isFinished = false,
),
LiveLocationSharing(
key = "feature.liveLocationSharing",
title = "Live location sharing",
description = "Allow sharing live location in rooms.",
defaultValue = { false },
isFinished = false,
),
}