From b65ada06893b4f0fa30e197d8c461853401f3e56 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Wed, 10 May 2023 20:36:09 +0200 Subject: [PATCH] also use prefix in normal body --- plugin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.sh b/plugin.sh index a760bc8..46f3850 100644 --- a/plugin.sh +++ b/plugin.sh @@ -82,7 +82,7 @@ if [ "${PLUGIN_MATRIX_SERVER:+set}" = set ]; then --header "Content-Type: application/json" \ --data "{ \"msgtype\": \"m.text\", - \"body\": \"$(echo "# $CURRENTTAG \n $ALLCHANGES" | xargs echo -n)\", + \"body\": \"$(echo "# $PLUGIN_VERSION_PREFIX$CURRENTTAG \n $ALLCHANGES" | xargs echo -n)\", \"format\": \"org.matrix.custom.html\", \"formatted_body\": \"$FORMATTED_CHANGES\" }"