Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#1843 Better identification of deleted chats and messages #1862

Merged
merged 4 commits into from
Sep 6, 2023

Conversation

hauck-jvsh
Copy link
Member

There is a flag called ZREMOVED in the chatstorage database, if this flag is set to 1 the chat is deleted by the user. Another thing is that when importing messages from the UFED file they were not being exhibited as deleted in the chat HTML file. This fixes both cases.

@lfcnassif lfcnassif linked an issue Sep 5, 2023 that may be closed by this pull request
@lfcnassif
Copy link
Member

lfcnassif commented Sep 5, 2023

Thank you @hauck-jvsh!

On first commit here, shouldn't we try to recover deleted records from "deleted" chats?

@hauck-jvsh
Copy link
Member Author

I think so, I will change it to recovery the deleted items .

Copy link
Member

@lfcnassif lfcnassif left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@lfcnassif lfcnassif merged commit f6eae92 into master Sep 6, 2023
@lfcnassif lfcnassif deleted the #1843_fix branch September 6, 2023 01:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Some deleted chats or messages not being tagged as deleted
2 participants