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
@@ -258,10 +258,8 @@
     platform: 'ios',
     codeVersion: codeVersion ?? undefined,
   });
-  // It was agreed to temporarily make even releases staff-only. This way
-  // we will be able to prevent shipping NSE functionality to public iOS
-  // users until it is thoroughly tested among staff members.
-  if (codeVersion && codeVersion > 198 && codeVersion % 2 === 0) {
+
+  if (codeVersion && codeVersion > 198) {
     notification.mutableContent = true;
     notification.pushType = 'alert';
     notification.badge = unreadCount;