Page MenuHomePhabricator

D10192.diff
No OneTemporary

D10192.diff

diff --git a/keyserver/src/push/send.js b/keyserver/src/push/send.js
--- a/keyserver/src/push/send.js
+++ b/keyserver/src/push/send.js
@@ -1730,12 +1730,14 @@
const macosVersionsToTokens = byPlatform.get('macos');
if (macosVersionsToTokens) {
for (const [versionKey, deviceInfos] of macosVersionsToTokens) {
- const { codeVersion, stateVersion } = stringToVersionKey(versionKey);
+ const { codeVersion, stateVersion, majorDesktopVersion } =
+ stringToVersionKey(versionKey);
const notification = new apn.Notification();
notification.topic = getAPNsNotificationTopic({
platform: 'macos',
codeVersion,
stateVersion,
+ majorDesktopVersion,
});
notification.badge = unreadCount;
notification.pushType = 'alert';

File Metadata

Mime Type
text/plain
Expires
Sun, Oct 6, 1:42 PM (21 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2249821
Default Alt Text
D10192.diff (806 B)

Event Timeline