From fd27695db1f1dc3ed23b6ed786580b81e48b133d Mon Sep 17 00:00:00 2001 From: lub Date: Sun, 3 May 2020 14:06:18 +0200 Subject: [PATCH] add format to fallback message --- scrape.py | 1 + 1 file changed, 1 insertion(+) 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.') }