Pinned event : create the feature flag
This commit is contained in:
parent
902d7ab898
commit
183e392fe9
1 changed files with 7 additions and 0 deletions
|
|
@ -120,4 +120,11 @@ enum class FeatureFlags(
|
|||
defaultValue = { it.buildType != BuildType.RELEASE },
|
||||
isFinished = false,
|
||||
),
|
||||
PinnedEvents(
|
||||
key = "feature.pinnedEvents",
|
||||
title = "Pinned Events",
|
||||
description = "Allow user to pin events in a room",
|
||||
defaultValue = { false },
|
||||
isFinished = false,
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue