Pinned event : create the feature flag
This commit is contained in:
parent
ff3253dcf1
commit
c59cfd707c
1 changed files with 7 additions and 0 deletions
|
|
@ -120,4 +120,11 @@ enum class FeatureFlags(
|
||||||
defaultValue = { it.buildType != BuildType.RELEASE },
|
defaultValue = { it.buildType != BuildType.RELEASE },
|
||||||
isFinished = false,
|
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