mirror of
https://github.com/KnugiHK/WhatsApp-Chat-Exporter.git
synced 2026-02-27 19:03:39 +00:00
- Randomly generated JIDs seem to have an entry in jid_map that can be used to get the phone number. My dataset has < 100 such entries and all of them are fixed without breaking existing ones. If a contact has only randomized JIDs or is missing jid_map entries this won't work. - I don't know if jid_map is a new table, but to avoid breaking stuff _get_messages does an additional fallback if jid_map does not exist.