mirror of
https://github.com/simplex-chat/simplexmq.git
synced 2026-08-07 01:50:33 +00:00
Fix Urgency case
This commit is contained in:
@@ -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
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user