-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Investigate WhatsApp deleted messages with "trash" status #2342
Comments
I found deleted_state attribute as "Trash" in Instant Messages that were quoted by not found in the Chat. |
In Android DBs, there is a table named "deleted_chat_job", which design is quite confusing. |
PS: Found some WhatsApp Android DB's from 2021 which already have this table. So it is definitely not new. |
This case was seen in iOS. |
Waiting user feedback... I'll try to get the DB with him. |
It's Android, he will share the DB on Monday. |
Sorry, but the strikethrough means this still has to be checked, or the messages are actually shown in the app? |
Needs to be checked, the user didn't check it on the phone. PS: The phone is not with him anymore. |
If it really is related to the "deleted_chat_job" table, it should enough to check against UFED parser. |
I did't get it... if it is related to that table it shows up or not on phone screen? |
I believe such messages are not visible on the device. |
Any follow up on this? |
I asked the user for the DB again. |
Thanks @lfcnassif! While investigating this issue, I found a regression caused by #2337. |
The reported issue is not related to "deleted_chat_job" table, as it is empty (at least in the DB I received). |
In fact, there were 7 databases (the active one plus 6 backups). The messages shown as trash are not present in the backups because they were very recent (sent/received after the last backup). I will try to process the databases using PA, and see if I can reproduce the behavior reported by the user. |
I tried a few things, but couldn't manage to make PA process these databases (which are already decrypted and extracted from their original UFD). |
Thank you very much @wladimirleite for all your tests! I agree we can't do additional tests without the original phone, so let's close this. If we find a similar situation in the future, with the original phone in hands, we can reopen. Thanks again! |
Copied from #2287 (comment):
About commit ce22a6c, has anyone observed some new column in WA messages table with a name similar to "deleted" and values like "trash" or meaning that? A colleague reported to me CellebriteReader reports several messages as deleted=trash, while the same messages are displayed by IPED's internal parser as allocated messages (not deleted). Just a guess, maybe WA is just tagging messages as deleted to later (in the night?) delete them from database in idle moments...
PS: On cellphone screen, I think those deleted=trash messages are not shown, I will double check with him.PS2: Or maybe there is another table with the trash status column that could be joined with the messages table...
The text was updated successfully, but these errors were encountered: