Remove feature flag ShowStartChatFlow. It was just used in test.

This commit is contained in:
Benoit Marty 2023-07-20 22:07:32 +02:00
parent da818229dc
commit fd26f987a8
3 changed files with 11 additions and 16 deletions

View file

@ -22,10 +22,6 @@ enum class FeatureFlags(
override val description: String? = null,
override val defaultValue: Boolean = true
) : Feature {
ShowStartChatFlow(
key = "feature.showstartchatflow",
title = "Show start chat flow",
),
ShowMediaUploadingFlow(
key = "feature.showmediauploadingflow",
title = "Show media uploading flow",