aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2024-04-10 08:27:55 +0200
committerGravatar Christian Hesse <mail@eworm.de>2024-04-10 10:08:58 +0200
commitc5a5fb58363805efb824fb3336e95a1f6bf3dbb8 (patch)
treee55f17b848b9c60908312b2119b3a05b38e9b208
parent3015743b19883d2e19605b819fd2bbcbc6597d8f (diff)
global-functions: $SendNotification: set origin
-rw-r--r--global-functions.rsc2
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