diff options
author | Christian Hesse <mail@eworm.de> | 2024-04-09 23:56:36 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-04-10 10:08:58 +0200 |
commit | 9e2b72ccdc59bc6abc936bf271d9bfaf2a986107 (patch) | |
tree | af5f1b19edbb9c92a2270ae6e40a874b04d1feb1 | |
parent | a9b9f853ffb6b6a9b331f055d47463654bd2a5e2 (diff) |
mod/notification-ntfy: $SendNtfy: set origin
-rw-r--r-- | mod/notification-ntfy.rsc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/notification-ntfy.rsc b/mod/notification-ntfy.rsc index 5da575a..dc03903 100644 --- a/mod/notification-ntfy.rsc +++ b/mod/notification-ntfy.rsc @@ -125,7 +125,7 @@ :set SendNtfy do={ :global SendNtfy2; - $SendNtfy2 ({ subject=$1; message=$2; link=$3; silent=$4 }); + $SendNtfy2 ({ origin=$0; subject=$1; message=$2; link=$3; silent=$4 }); } # send notification via ntfy - expects one array argument |