From 8a04f3f37a091300e090bcb8c39c00665be6a930 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Wed, 18 Feb 2026 14:22:41 -0800 Subject: [PATCH] Refactor: Update ntfy title with domain --- notify.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(','), },