Add LiveLocationSharing ff

This commit is contained in:
ganfra 2026-02-18 15:04:19 +01:00
parent f25b2a8045
commit 008468ff1e

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,
),
}