fix: preserve ntfy action clear flags for settings delivery

This commit is contained in:
Daniel Volz
2026-05-10 21:42:24 +02:00
parent 35234bc93f
commit db1f545f59
@@ -117,8 +117,7 @@ export function buildNtfyActions(options: PushNotificationOptions): NtfyActionPa
label: action.label, label: action.label,
url: action.url, url: action.url,
method: "POST", method: "POST",
// Clear the original actionable ntfy notification locally after a successful mutation. clear: false,
clear: true,
}; };
}); });
} }