Fix on disappearing reply feature in iOS #154

This commit is contained in:
KnugiHK
2025-06-19 21:22:20 +08:00
parent 716d4af3f3
commit 5aa12482e0

View File

@@ -244,7 +244,7 @@ def process_message_data(message, content, is_group_message, data, cursor2):
return process_metadata_message(message, content, is_group_message)
# Handle quoted replies
if content["ZMETADATA"] is not None and content["ZMETADATA"].startswith(b"\x2a\x14") and False:
if content["ZMETADATA"] is not None and content["ZMETADATA"].startswith(b"\x2a\x14"):
quoted = content["ZMETADATA"][2:19]
message.reply = quoted.decode()
cursor2.execute(f"""SELECT ZTEXT