/push/:messageid/:message/:title
Pushbenachrichtigungen können zuverlässig über diese route gesendet werden Für abstände muss %20 verwendet werden
This commit is contained in:
@ -46,5 +46,5 @@ function updateUser(token) {
|
||||
|
||||
msg.onMessage(payload => {
|
||||
const title = payload.data.title
|
||||
new Notification(title, { body: payload.data.text});
|
||||
new Notification(title, { body: payload.data.body});
|
||||
})
|
Reference in New Issue
Block a user