From 8afe787d2a03ffe16d21ed6ac4c743d0ec50e6c1 Mon Sep 17 00:00:00 2001 From: Benoit Martins Date: Wed, 3 Jul 2024 10:16:12 +0200 Subject: [PATCH] Remove disable_chat_feature check in Notification service --- msgNotificationService/NotificationService.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/msgNotificationService/NotificationService.swift b/msgNotificationService/NotificationService.swift index ef3f6439e..7a65dbadc 100644 --- a/msgNotificationService/NotificationService.swift +++ b/msgNotificationService/NotificationService.swift @@ -98,7 +98,7 @@ class NotificationService: UNNotificationServiceExtension { if let bestAttemptContent = bestAttemptContent { createCore() - if !lc!.config!.getBool(section: "app", key: "disable_chat_feature", defaultValue: true) { + //if !lc!.config!.getBool(section: "app", key: "disable_chat_feature", defaultValue: false) { Log.info("received push payload : \(bestAttemptContent.userInfo.debugDescription)") /* @@ -178,7 +178,7 @@ class NotificationService: UNNotificationServiceExtension { Log.info("Message not found for callid ["+callId+"]") } } - } + //} serviceExtensionTimeWillExpire() }