Add Matrix.io HTML message format support (#69951)

This commit is contained in:
Erik J. Olson 2022-06-30 14:00:29 -05:00 committed by GitHub
parent 1bfd8b1a76
commit 0caeeb56c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 19 additions and 6 deletions

View file

@ -2,3 +2,6 @@
DOMAIN = "matrix"
SERVICE_SEND_MESSAGE = "send_message"
FORMAT_HTML = "html"
FORMAT_TEXT = "text"