From 185be526ca8ea03cd11ca7fe8450768497c602bb Mon Sep 17 00:00:00 2001 From: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com> Date: Tue, 12 Jul 2022 11:11:53 +0100 Subject: [PATCH] ios: fix notification category --- apps/ios/SimpleXChat/Notifications.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ios/SimpleXChat/Notifications.swift b/apps/ios/SimpleXChat/Notifications.swift index 8f2706324..fc68c79b3 100644 --- a/apps/ios/SimpleXChat/Notifications.swift +++ b/apps/ios/SimpleXChat/Notifications.swift @@ -112,7 +112,7 @@ public func createConnectionEventNtf(_ connEntity: ConnectionEntity) -> UNMutabl title = NSLocalizedString("New contact request", comment: "notification") } return createNotification( - categoryIdentifier: ntfCategoryCallInvitation, + categoryIdentifier: ntfCategoryConnectionEvent, title: title, body: body, targetContentIdentifier: targetContentIdentifier