fix: preserve ntfy action clear flags for settings delivery
This commit is contained in:
@@ -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,
|
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user