Add feature flag

This commit is contained in:
yostyle 2023-08-17 09:32:06 +02:00
parent 07f36b902d
commit eeb6c3f61c
7 changed files with 22 additions and 4 deletions

View file

@ -32,4 +32,8 @@ enum class FeatureFlags(
description = "Render poll events in the timeline",
defaultValue = false,
)
NotificationSettings(
key = "feature.notificationsettings",
title = "Show notification settings",
)
}