Skip to content

Commit

Permalink
ntfy action and icon
Browse files Browse the repository at this point in the history
related to #493
  • Loading branch information
MrBrax committed Jan 26, 2024
1 parent 5b032a8 commit eac9fef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/src/Core/Notifiers/Ntfy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ export default function notify(
url: ntfyUrl,
headers: {
Title: title,
Actions: `view, Open, ${url}`,
Icon: icon,
},
data: body,
method: "POST",
Expand Down

0 comments on commit eac9fef

Please sign in to comment.