diff --git a/keyserver/src/push/rescind.js b/keyserver/src/push/rescind.js --- a/keyserver/src/push/rescind.js +++ b/keyserver/src/push/rescind.js @@ -170,7 +170,6 @@ ): apn.Notification { const notification = new apn.Notification(); notification.contentAvailable = true; - notification.badge = unreadCount; notification.topic = getAPNsNotificationTopic(codeVersion); notification.priority = 5; notification.pushType = 'background';