From 27e2758a2021c33d98a133fc0159c1157cb19a45 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Wed, 18 Feb 2026 14:31:48 -0800 Subject: [PATCH] Revert: Update notify.js --- notify.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/notify.js b/notify.js index 637e24b..7c7c525 100644 --- a/notify.js +++ b/notify.js @@ -6,9 +6,10 @@ export function notify(msg, priority = 3, tags = []) { method: 'POST', body: msg, headers: { - Title: 'us.proxy.sune.chat', + Title: 'Sune Proxy', Priority: `${priority}`, Tags: tags.join(','), }, }).catch(e => console.error('ntfy failed:', e)) } +