diff options
author | Christian Hesse <mail@eworm.de> | 2024-04-09 23:58:29 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-04-10 10:08:58 +0200 |
commit | a9b9f853ffb6b6a9b331f055d47463654bd2a5e2 (patch) | |
tree | 05590d66d961dccd3a4da31bbd13e0b0f37ccc60 /mod | |
parent | 012d259ca1421e31390358cb6749fda80ef4e3ab (diff) |
mod/notification-matrix: $SendMatrix: set origin
Diffstat (limited to 'mod')
-rw-r--r-- | mod/notification-matrix.rsc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/notification-matrix.rsc b/mod/notification-matrix.rsc index 5a08146..477bb09 100644 --- a/mod/notification-matrix.rsc +++ b/mod/notification-matrix.rsc @@ -168,7 +168,7 @@ :set SendMatrix do={ :global SendMatrix2; - $SendMatrix2 ({ subject=$1; message=$2; link=$3 }); + $SendMatrix2 ({ origin=$0; subject=$1; message=$2; link=$3 }); } # send notification via Matrix - expects one array argument |