We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95ea161 commit 23d86feCopy full SHA for 23d86fe
src/Simplex/Messaging/Notifications/Server/Push/WebPush.hs
@@ -52,7 +52,7 @@ wpPushProviderClient mg tkn pn = do
52
encBody <- body e
53
let requestHeaders = [
54
("TTL", "2592000") -- 30 days
55
- , ("Urgency", "High")
+ , ("Urgency", "high")
56
, ("Content-Encoding", "aes128gcm")
57
-- TODO: topic for pings and interval
58
]
0 commit comments