diff --git a/Signal/src/UserInterface/Notifications/AppNotifications.swift b/Signal/src/UserInterface/Notifications/AppNotifications.swift index 280c250fc..1f5673ccf 100644 --- a/Signal/src/UserInterface/Notifications/AppNotifications.swift +++ b/Signal/src/UserInterface/Notifications/AppNotifications.swift @@ -137,7 +137,7 @@ public class NotificationPresenter: NSObject, NotificationsProtocol { @objc public override init() { - let userNotificationsFeatureEnabled = false + let userNotificationsFeatureEnabled = true if userNotificationsFeatureEnabled, #available(iOS 10, *) { self.adaptee = UserNotificationPresenterAdaptee() } else {