mirror of
https://github.com/KnugiHK/WhatsApp-Chat-Exporter.git
synced 2026-05-01 18:10:57 +00:00
An attempt to fix #67
This commit is contained in:
@@ -316,7 +316,7 @@ def messages(db, data, media_folder):
|
|||||||
i += 1
|
i += 1
|
||||||
content = c.fetchone()
|
content = c.fetchone()
|
||||||
continue
|
continue
|
||||||
if "-" in content["key_remote_jid"] and content["key_from_me"] == 0:
|
if (content["chat_subject"] is not None or "-" in content["key_remote_jid"]) and content["key_from_me"] == 0:
|
||||||
name = fallback = None
|
name = fallback = None
|
||||||
if table_message:
|
if table_message:
|
||||||
if content["sender_jid_row_id"] > 0:
|
if content["sender_jid_row_id"] > 0:
|
||||||
|
|||||||
Reference in New Issue
Block a user