From aaeff805479f973bd8631b2b8b845386626ff39e Mon Sep 17 00:00:00 2001 From: KnugiHK <24708955+KnugiHK@users.noreply.github.com> Date: Sun, 9 Feb 2025 18:37:05 +0800 Subject: [PATCH] Remove TODO flag as it is fixed already --- Whatsapp_Chat_Exporter/ios_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Whatsapp_Chat_Exporter/ios_handler.py b/Whatsapp_Chat_Exporter/ios_handler.py index 97b0c88..2724392 100644 --- a/Whatsapp_Chat_Exporter/ios_handler.py +++ b/Whatsapp_Chat_Exporter/ios_handler.py @@ -149,7 +149,7 @@ def messages(db, data, media_folder, timezone_offset, filter_date, filter_chat, message = Message( from_me=content["ZISFROMME"], timestamp=ts, - time=ts, # TODO: Could be bug + time=ts, key_id=content["ZSTANZAID"][:17], timezone_offset=timezone_offset if timezone_offset else CURRENT_TZ_OFFSET, message_type=content["ZMESSAGETYPE"]