Enabled NotificationSettings by default, Fix spacing, use activeMemberCount for isOneToOne.

- Enabled Notification Settings by default
- Fix spacing
- Use activeMemberCount for isOneToOne
This commit is contained in:
David Langley 2023-09-13 14:18:28 +01:00
parent 48e24a0b6a
commit 5e8cb958f8
5 changed files with 4 additions and 7 deletions

View file

@ -41,8 +41,7 @@ enum class FeatureFlags(
NotificationSettings(
key = "feature.notificationsettings",
title = "Show notification settings",
// Do not forget to edit StaticFeatureFlagProvider when enabling the feature.
defaultValue = false,
defaultValue = true,
),
RichTextEditor(
key = "feature.richtexteditor",