Remove feature flag RichTextEditor, it's replaced by an advanced settings.

This commit is contained in:
Benoit Marty 2023-09-14 11:26:02 +02:00 committed by Benoit Marty
parent 2d9cdd1acf
commit 657ac05e01
5 changed files with 23 additions and 20 deletions

View file

@ -43,9 +43,4 @@ enum class FeatureFlags(
title = "Show notification settings",
defaultValue = true,
),
RichTextEditor(
key = "feature.richtexteditor",
title = "Enable rich text editor",
defaultValue = true,
),
}

View file

@ -35,7 +35,6 @@ class StaticFeatureFlagProvider @Inject constructor() :
FeatureFlags.LocationSharing -> true
FeatureFlags.Polls -> true
FeatureFlags.NotificationSettings -> true
FeatureFlags.RichTextEditor -> true
}
} else {
false