mirror of
https://github.com/KnugiHK/WhatsApp-Chat-Exporter.git
synced 2026-04-27 08:21:33 +00:00
action_type 58 is actually shared with unblocking
This commit is contained in:
@@ -534,7 +534,7 @@ def determine_metadata(content: sqlite3.Row, init_msg: Optional[str]) -> Optiona
|
|||||||
else:
|
else:
|
||||||
msg = "The security code in this chat changed"
|
msg = "The security code in this chat changed"
|
||||||
elif content["action_type"] == 58:
|
elif content["action_type"] == 58:
|
||||||
msg = "You blocked this contact"
|
msg = "You blocked/unblocked this contact"
|
||||||
elif content["action_type"] == 67:
|
elif content["action_type"] == 67:
|
||||||
return # (PM) this contact use secure service from Facebook???
|
return # (PM) this contact use secure service from Facebook???
|
||||||
elif content["action_type"] == 69:
|
elif content["action_type"] == 69:
|
||||||
|
|||||||
Reference in New Issue
Block a user