Remove feature flag CollapseRoomStateEvents. It was not used anyway.
This commit is contained in:
parent
33788fb1b7
commit
da818229dc
2 changed files with 0 additions and 5 deletions
|
|
@ -22,10 +22,6 @@ enum class FeatureFlags(
|
|||
override val description: String? = null,
|
||||
override val defaultValue: Boolean = true
|
||||
) : Feature {
|
||||
CollapseRoomStateEvents(
|
||||
key = "feature.collapseroomstateevents",
|
||||
title = "Collapse room state events",
|
||||
),
|
||||
ShowStartChatFlow(
|
||||
key = "feature.showstartchatflow",
|
||||
title = "Show start chat flow",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue