Fix Urgency case

This commit is contained in:
sim
2025-08-27 12:47:33 +02:00
parent 720fb40a86
commit 9d30af4edd
@@ -52,7 +52,7 @@ wpPushProviderClient mg tkn pn = do
encBody <- body e
let requestHeaders = [
("TTL", "2592000") -- 30 days
, ("Urgency", "High")
, ("Urgency", "high")
, ("Content-Encoding", "aes128gcm")
-- TODO: topic for pings and interval
]