Matrix HTML and Markdown Support (#431)

This commit is contained in:
Chris Caron
2021-08-29 11:29:30 -04:00
committed by GitHub
parent bb7c77105e
commit a888b85f8e
3 changed files with 108 additions and 18 deletions

View File

@ -1948,7 +1948,7 @@ TEST_URLS = (
.format('a' * 64), {
# user and token specified; image set to True
'instance': plugins.NotifyMatrix}),
('matrix://user@{}?mode=t2bot&format=markdown&image=False'
('matrix://user@{}?mode=t2bot&format=html&image=False'
.format('z' * 64), {
# user and token specified; image set to True
'instance': plugins.NotifyMatrix}),