Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3275896
D4557.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
455 B
Referenced Files
None
Subscribers
None
D4557.diff
View Options
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
@@ -179,6 +179,8 @@
notification.contentAvailable = true;
notification.badge = unreadCount;
notification.topic = getAPNsNotificationTopic(codeVersion);
+ notification.priority = 5;
+ notification.pushType = 'background';
notification.payload =
codeVersion && codeVersion > 135
? {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 17, 7:14 AM (19 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2517693
Default Alt Text
D4557.diff (455 B)
Attached To
Mode
D4557: overwrite background notification priority anbd pushType properties so that they match apple docs
Attached
Detach File
Event Timeline
Log In to Comment