added apns priority
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Xeovalyte 2022-11-14 14:57:59 +01:00
parent d1ccf5fbd1
commit 5f93760804

View File

@ -139,6 +139,11 @@ app.post('/sendmessage', async (req, res) => {
body: body body: body
}, },
topic: 'all', topic: 'all',
apns: {
headers: {
'apns-push-type': 'alert'
}
}
}; };