Refactor: Update ntfy title with domain

This commit is contained in:
2026-02-18 14:22:41 -08:00
parent ca5f9ffd4f
commit 8a04f3f37a

View File

@@ -6,7 +6,7 @@ export function notify(msg, priority = 3, tags = []) {
method: 'POST', method: 'POST',
body: msg, body: msg,
headers: { headers: {
Title: 'Sune Proxy', Title: 'us.proxy.sune.chat',
Priority: `${priority}`, Priority: `${priority}`,
Tags: tags.join(','), Tags: tags.join(','),
}, },