added apns priority
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
d1ccf5fbd1
commit
5f93760804
@ -139,6 +139,11 @@ app.post('/sendmessage', async (req, res) => {
|
|||||||
body: body
|
body: body
|
||||||
},
|
},
|
||||||
topic: 'all',
|
topic: 'all',
|
||||||
|
apns: {
|
||||||
|
headers: {
|
||||||
|
'apns-push-type': 'alert'
|
||||||
|
}
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user