diff options
author | Christian Hesse <mail@eworm.de> | 2024-04-09 23:57:40 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-04-10 10:08:58 +0200 |
commit | 9e4749a5b71e97c7732639019cff6ba7f6e84d57 (patch) | |
tree | 1588cc1fa22a4e39cdffd27899ee98a33af63aed /mod | |
parent | 9e2b72ccdc59bc6abc936bf271d9bfaf2a986107 (diff) |
mod/notification-telegram: $SendTelegram: set origin
Diffstat (limited to 'mod')
-rw-r--r-- | mod/notification-telegram.rsc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/notification-telegram.rsc b/mod/notification-telegram.rsc index a43ff10..c78a8ad 100644 --- a/mod/notification-telegram.rsc +++ b/mod/notification-telegram.rsc @@ -175,7 +175,7 @@ :set SendTelegram do={ :global SendTelegram2; - $SendTelegram2 ({ subject=$1; message=$2; link=$3; silent=$4 }); + $SendTelegram2 ({ origin=$0; subject=$1; message=$2; link=$3; silent=$4 }); } # send notification via telegram - expects one array argument |