Skip to content

Commit 23d86fe

Browse files
committed
Fix Urgency case
1 parent 95ea161 commit 23d86fe

File tree

1 file changed

+1
-1
lines changed
  • src/Simplex/Messaging/Notifications/Server/Push

1 file changed

+1
-1
lines changed

src/Simplex/Messaging/Notifications/Server/Push/WebPush.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ wpPushProviderClient mg tkn pn = do
5252
encBody <- body e
5353
let requestHeaders = [
5454
("TTL", "2592000") -- 30 days
55-
, ("Urgency", "High")
55+
, ("Urgency", "high")
5656
, ("Content-Encoding", "aes128gcm")
5757
-- TODO: topic for pings and interval
5858
]

0 commit comments

Comments
 (0)