From f99f1c6d3271a853fd6e4399a8ddfb9441e319c2 Mon Sep 17 00:00:00 2001 From: QuentinArguillere Date: Mon, 22 Apr 2024 17:05:09 +0200 Subject: [PATCH] fix build --- Linphone/LinphoneApp.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Linphone/LinphoneApp.swift b/Linphone/LinphoneApp.swift index e634a7722..cb1d481ce 100644 --- a/Linphone/LinphoneApp.swift +++ b/Linphone/LinphoneApp.swift @@ -27,7 +27,7 @@ class AppDelegate: NSObject, UIApplicationDelegate { func application(_ application: UIApplication, didRegisterForRemoteNotificationsWithDeviceToken deviceToken: Data) { let tokenStr = deviceToken.map { String(format: "%02.2hhx", $0) }.joined() Log.info("Received remote push token : \(tokenStr)") - CoreContext.shared.doOnCoreQueue { core in, + CoreContext.shared.doOnCoreQueue { core in Log.warn("Push are disabled for this version, do not forward push token to the core") //Log.info("Forwarding remote push token to core") //core.didRegisterForRemotePushWithStringifiedToken(deviceTokenStr: tokenStr + ":remote")