mirror of
https://github.com/caronc/apprise.git
synced 2025-08-09 08:25:07 +02:00
Matrix HTML and Markdown Support (#431)
This commit is contained in:
@ -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}),
|
||||
|
Reference in New Issue
Block a user