diff --git a/scrape.py b/scrape.py index 980683b..2e140b1 100644 --- a/scrape.py +++ b/scrape.py @@ -157,6 +157,7 @@ async def main(): content = { 'msgtype': 'm.notice', 'body': 'No accesstoken for '+mxid+' available.', + 'format': 'org.matrix.custom.html', 'formatted_body': ('No accesstoken for '+ ''+mxid+' available.') }