ios: fix notification category

This commit is contained in:
Evgeny Poberezkin
2022-07-12 11:11:53 +01:00
parent 33646f030e
commit 185be526ca

View File

@@ -112,7 +112,7 @@ public func createConnectionEventNtf(_ connEntity: ConnectionEntity) -> UNMutabl
title = NSLocalizedString("New contact request", comment: "notification") title = NSLocalizedString("New contact request", comment: "notification")
} }
return createNotification( return createNotification(
categoryIdentifier: ntfCategoryCallInvitation, categoryIdentifier: ntfCategoryConnectionEvent,
title: title, title: title,
body: body, body: body,
targetContentIdentifier: targetContentIdentifier targetContentIdentifier: targetContentIdentifier