diff options
author | Christian Hesse <mail@eworm.de> | 2024-04-10 08:27:55 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-04-10 10:08:58 +0200 |
commit | c5a5fb58363805efb824fb3336e95a1f6bf3dbb8 (patch) | |
tree | e55f17b848b9c60908312b2119b3a05b38e9b208 | |
parent | 3015743b19883d2e19605b819fd2bbcbc6597d8f (diff) |
global-functions: $SendNotification: set origin
-rw-r--r-- | global-functions.rsc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global-functions.rsc b/global-functions.rsc index aa39118..c98a012 100644 --- a/global-functions.rsc +++ b/global-functions.rsc @@ -1299,7 +1299,7 @@ :set SendNotification do={ :global SendNotification2; - $SendNotification2 ({ subject=$1; message=$2; link=$3; silent=$4 }); + $SendNotification2 ({ origin=$0; subject=$1; message=$2; link=$3; silent=$4 }); } # send notification via NotificationFunctions - expects one array argument |