Replace image rendered in the HTML to thumbnail if possible

This commit is contained in:
KnugiHK
2023-06-15 16:19:35 +08:00
parent 3443143744
commit a49a911e03
3 changed files with 22 additions and 4 deletions

View File

@@ -61,6 +61,7 @@ class Message():
self.reply = None
self.quoted_data = None
self.caption = None
self.thumb = None # Android specific
def to_json(self):
return {