nils måsén
nils måsén
The `json` argument means that it should directly send the template output to the API (which then needs to be correct JSON). What is it you want to accomplish?
Try adding ``` around the messages in the watchtower template. You can probably get it to work using the `json` param and a carefully crafted template according to the [discord...
HellO! Do you know what software the matrix server is using, and what version? Synapse maybe? Also, was this a mistake during redaction: > /_matrix/client/r0/rooms/%21DSfY3QSFnozlLb7Qhu:**domain.com**/send/ (and not `matrix.domain.com`)? Trying to...
Hm, it looks like there is a missing `txnId` in the URL. It's present in the v0.0.0 of the matrix server/client API spec, so I'm not sure why were not...
Ignoring self-signed certificates is worse than allowing HTTP, as it makes it possible to MitM properly secured HTTPS endpoints. Allowing traffic on HTTP is an opt-in that the service provider...
It's not *I*/*we* that think anything. It's the fact that adding code that bypasses https verification would mark the library as having a critical security issue.
Yeah, I planned to add a URL builder helper to the docs that does the required escaping, but it got blocked for various reasons. Perhaps it should also be explicitly...
No all values are strings, so you would never get an actual array in the output. ~~It *might* work if you use multiple $recipient args, but I have not checked...
Yeah, adding a new service is probably a better solution. I'll give it a shot the next time I get some spare time!
Hello. Yeah, the generic endpoint is a bit odd in that it mainly serves as a last resort for getting notifications working for obscure (or just unsupported) scenarios... the default...