[Ntfy] don't include url action with defaut URL value

pull/4411/head
Philip Klostermann 3 months ago
parent 20b69acde2
commit 95125cc417

@ -56,7 +56,7 @@ class Ntfy extends NotificationProvider {
"tags": tags,
};
if (monitorJSON.url) {
if (monitorJSON.url && monitorJSON.url !== "https://") {
data.actions = [
{
"action": "view",

Loading…
Cancel
Save