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 50211a49bc
commit 827dd35791
5 changed files with 4 additions and 7 deletions

View file

@ -34,7 +34,7 @@ class StaticFeatureFlagProvider @Inject constructor() :
when(feature) {
FeatureFlags.LocationSharing -> true
FeatureFlags.Polls -> true
FeatureFlags.NotificationSettings -> false
FeatureFlags.NotificationSettings -> true
FeatureFlags.RichTextEditor -> true
}
} else {