diff --git a/notify.js b/notify.js index 0c59106..637e24b 100644 --- a/notify.js +++ b/notify.js @@ -6,7 +6,7 @@ export function notify(msg, priority = 3, tags = []) { method: 'POST', body: msg, headers: { - Title: 'Sune Proxy', + Title: 'us.proxy.sune.chat', Priority: `${priority}`, Tags: tags.join(','), },