diff --git a/Signal/src/network/PushManager.m b/Signal/src/network/PushManager.m index 0d753b55b..898ecb6b3 100644 --- a/Signal/src/network/PushManager.m +++ b/Signal/src/network/PushManager.m @@ -214,12 +214,11 @@ action_decline.authenticationRequired = NO; UIMutableUserNotificationCategory *messageCategory = [UIMutableUserNotificationCategory new]; - messageCategory.identifier = Signal_Call_Category; + messageCategory.identifier = Signal_Message_Category; [messageCategory setActions:@[action_accept, action_decline] forContext:UIUserNotificationActionContextMinimal]; [messageCategory setActions:@[action_accept, action_decline] forContext:UIUserNotificationActionContextDefault]; return messageCategory; - } - (UIUserNotificationCategory*)userNotificationsCallCategory{