Pinned event : create the feature flag

This commit is contained in:
ganfra
2024-07-25 21:04:35 +02:00
parent ff3253dcf1
commit c59cfd707c

View File

@@ -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,
)
}