geluk / matrix-webhook-gateway

Webhook gateway for Matrix / Synapse. Create and manage webhooks in Matrix channels for multiple services.
MIT License
18 stars 4 forks source link

HTML formating in docker #20

Closed markiceman closed 2 years ago

markiceman commented 2 years ago

I have running wegnook-gateway in docker. All works, but HTML formating no. If I try:

curl -k -X POST -H 'Content-type: application/json' --data '{"text":"<b>Hello world !</b>","format":"html"}' URL

Then I have message:

<b>Hello world !</b>

Is it some issue with HTML formating?

It was working in older webhook bridge from turt2live.

markiceman commented 2 years ago

duplicate