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