mirror of
https://github.com/KnugiHK/WhatsApp-Chat-Exporter.git
synced 2026-04-23 14:31:37 +00:00
Bug fix on the wrong type of media_wa_type in old Android schema
This commit is contained in:
@@ -71,7 +71,7 @@ class Message():
|
||||
self.quoted_data = None
|
||||
self.caption = None
|
||||
self.thumb = None # Android specific
|
||||
self.sticker = None
|
||||
self.sticker = False
|
||||
|
||||
def to_json(self):
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user