chore: Follow up matrix notify script

This commit is contained in:
Christian Kußowski 2026-02-28 12:14:58 +01:00
parent 13bd504f17
commit 5e6c80ddd8
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

@ -39,11 +39,4 @@ jobs:
"${HOMESERVER}/_matrix/client/v3/rooms/${ROOM_ID}/send/m.room.message/${TXN_ID}" \
-H "Authorization: Bearer ${ACCESS_TOKEN}" \
-H "Content-Type: application/json" \
-d @- <<EOF
{
"msgtype": "m.text",
"body": "${PLAIN}",
"format": "org.matrix.custom.html",
"formatted_body": "${HTML}"
}
EOF
-d "{\"msgtype\":\"m.text\",\"body\":\"${PLAIN}\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"${HTML}\"}"