Add feature flag
This commit is contained in:
parent
07f36b902d
commit
eeb6c3f61c
7 changed files with 22 additions and 4 deletions
|
|
@ -32,4 +32,8 @@ enum class FeatureFlags(
|
|||
description = "Render poll events in the timeline",
|
||||
defaultValue = false,
|
||||
)
|
||||
NotificationSettings(
|
||||
key = "feature.notificationsettings",
|
||||
title = "Show notification settings",
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue