also use prefix in normal body

This commit is contained in:
Nicolai Ort 2023-05-10 20:36:09 +02:00
parent 59d2cf20ec
commit b65ada0689
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F

View File

@ -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\"
}"