Remove FeatureFlag.LocationSharing and FeatureFlag.Polls

This commit is contained in:
Benoit Marty 2025-08-12 14:24:18 +02:00 committed by Benoit Marty
parent fb16f3875d
commit 7fb70fabed
8 changed files with 11 additions and 52 deletions

View file

@ -21,19 +21,6 @@ enum class FeatureFlags(
override val defaultValue: (BuildMeta) -> Boolean,
override val isFinished: Boolean,
) : Feature {
LocationSharing(
key = "feature.locationsharing",
title = "Allow user to share location",
defaultValue = { true },
isFinished = true,
),
Polls(
key = "feature.polls",
title = "Polls",
description = "Create poll and render poll events in the timeline",
defaultValue = { true },
isFinished = true,
),
NotificationSettings(
key = "feature.notificationsettings",
title = "Show notification settings",