Remove feature flag ShowStartChatFlow. It was just used in test.
This commit is contained in:
parent
da818229dc
commit
fd26f987a8
3 changed files with 11 additions and 16 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue