Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 9688eb87 authored by Wolf-Martell Montwé's avatar Wolf-Martell Montwé Committed by GitHub
Browse files

Merge pull request #10064 from...

Merge pull request #10064 from rafaeltonholo/chore/10063/enable-display-in-app-notifications-feature-flag

chore(feature-flag): enable display_in_app_notifications for thunderbird beta
parents bf96df68 feb4b347
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ class TbFeatureFlagFactory : FeatureFlagFactory {
            FeatureFlag("email_notification_default".toFeatureFlagKey(), enabled = true),
            FeatureFlag("enable_dropdown_drawer".toFeatureFlagKey(), enabled = true),
            FeatureFlag("enable_dropdown_drawer_ui".toFeatureFlagKey(), enabled = true),
            FeatureFlag(FeatureFlagKey.DisplayInAppNotifications, enabled = false),
            FeatureFlag(FeatureFlagKey.DisplayInAppNotifications, enabled = true),
            FeatureFlag(FeatureFlagKey.UseNotificationSenderForSystemNotifications, enabled = false),
            FeatureFlag(MessageListFeatureFlags.UseComposeForMessageListItems, enabled = false),
            FeatureFlag(MessageViewFeatureFlags.ActionExportEml, enabled = false),