diff --git a/CHANGES.md b/CHANGES.md index 4668b1004..698e941e6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,8 @@ +## Changes in 1.11.21 (2024-11-14) + +No significant changes. + + ## Changes in 1.11.20 (2024-11-12) No significant changes. diff --git a/Config/AppVersion.xcconfig b/Config/AppVersion.xcconfig index 29905a7a2..16b10d8d8 100644 --- a/Config/AppVersion.xcconfig +++ b/Config/AppVersion.xcconfig @@ -15,5 +15,5 @@ // // Version -MARKETING_VERSION = 1.11.20 -CURRENT_PROJECT_VERSION = 1.11.20 +MARKETING_VERSION = 1.11.21 +CURRENT_PROJECT_VERSION = 1.11.21 diff --git a/RiotNSE/NotificationService.swift b/RiotNSE/NotificationService.swift index 21b05588b..5c8a4e05f 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 }