-
Notifications
You must be signed in to change notification settings - Fork 227
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
Support WhatsApp reactions #1661
Comments
Testing with iOS databases using the most recent WhatsApp version, I noticed that reactions were not extracted. |
Despite the changes in the newer databases, in fact the issue was caused by the last commit I made (19b3ec0). |
Include reactions associated with messages in the generated WhatsApp chat HTML preview.
Also including who reacted and when could be useful in particular cases.
To avoid making the visualization too long/verbose, this additional information could be shown only when the user hover a reaction element.
An example:
![image](https://user-images.githubusercontent.com/7217001/234439811-137d4222-ffe7-465f-b89d-eb156dd35ad2.png)
The text was updated successfully, but these errors were encountered: