-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
feat: make isViewOnce
messages downloadable
#3338
base: main
Are you sure you want to change the base?
Conversation
it worked for me |
Thank you so much for this! This is my code:
This save an .mp4 file but I cant open it, and if I open it i see nothing! |
This PR only makes view-once messages downloadable (like regular media messages), as they were before the WhatsApp patch. I also tested all file types (images |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
I can confirm it works until 2.3000.1017322261-alpha Reverting to older wweb version works. On this version, the video media does properly appear but fails to be decrypted, altough i am able to download the encrypted media just fine The weird thing is photos still work, and the properties of the message are the same (aside from the different media types etc) - meaning - it does not miss any fields. , it just does not decrypt the media , so downloadMedia fails. The media body is sill a valid encrypted media url Reverting to older wweb version fixes the videos |
PR Details
Make
isViewOnce
messages downloadable.Description
The PR makes
isViewOnce
messages (image, video and ptt) downloadable.Works for messages sent from both the web client and mobile.
Related Issue
closes #3275
How Has This Been Tested
You can try the feature by running one of the following commands:
Types of changes
Checklist