diff --git a/notify.js b/notify.js index 7c7c525..637e24b 100644 --- a/notify.js +++ b/notify.js @@ -6,10 +6,9 @@ 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(','), }, }).catch(e => console.error('ntfy failed:', e)) } -