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 @@ -173,7 +173,7 @@ notification.badge = unreadCount; notification.topic = getAPNsNotificationTopic(codeVersion); notification.payload = - codeVersion && codeVersion > 1000 + codeVersion && codeVersion > 135 ? { backgroundNotifType: 'CLEAR', notificationId: iosID,