diff --git a/RiotNSE/NotificationService.swift b/RiotNSE/NotificationService.swift index 21b05588bd..5c8a4e05fa 100644 --- a/RiotNSE/NotificationService.swift +++ b/RiotNSE/NotificationService.swift @@ -795,7 +795,7 @@ class NotificationService: UNNotificationServiceExtension { return Constants.callInviteNotificationCategoryIdentifier } - guard event.eventType == .roomMessage || event.eventType == .roomEncrypted else { + guard event.eventType == .roomMessage || event.eventType == .roomEncrypted || event.eventType == .callNotify else { return Constants.toBeRemovedNotificationCategoryIdentifier }