diff --git a/RiotNSE/NotificationService.swift b/RiotNSE/NotificationService.swift index 5c8a4e05fa..54c282202e 100644 --- a/RiotNSE/NotificationService.swift +++ b/RiotNSE/NotificationService.swift @@ -393,6 +393,7 @@ class NotificationService: UNNotificationServiceExtension { if let accountData = response.value, accountData.virtualRoomInfo.isVirtual { self.sendReadReceipt(forEvent: event) ignoreBadgeUpdate = true + event.content.badge = nil } self.validateNotificationContentAndComplete( notificationTitle: notificationTitle,