Fix small typo

This commit is contained in:
Tulir Asokan
2018-03-08 11:42:53 +02:00
parent 96d3ca106a
commit ee8531143f
+1 -1
View File
@@ -244,7 +244,7 @@ def matrix_reply_to_telegram(content, tg_space, room_id=None):
event_id = reply["event_id"]
try:
if content["format"] == "org.custom.matrix.html":
if content["format"] == "org.matrix.custom.html":
content["formatted_body"] = trim_reply_fallback_html(content["formatted_body"])
except KeyError:
pass