Pinned event : create the feature flag
This commit is contained in:
@@ -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,
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user