Remove LiveLocationSharing feature flag

This commit is contained in:
ganfra 2026-05-18 20:25:36 +02:00
parent 1111315c6a
commit 828337b343
6 changed files with 5 additions and 77 deletions

View file

@ -100,13 +100,6 @@ 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,
),
ValidateNetworkWhenSchedulingNotificationFetching(
key = "feature.validate_network_when_scheduling_notification_fetching",
title = "Validate internet connectivity when scheduling notification fetching",