ios: fix notification category
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user