global-functions: $SendNotification: set origin

This commit is contained in:
Christian Hesse 2024-04-10 08:27:55 +02:00
parent 3015743b19
commit c5a5fb5836

View file

@ -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