-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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: event message_ciphertext
#2292
Conversation
Not work for me =( |
I tested it on clients who didn't get the first message. And it works. As discussed above, the message is sometimes decrypted. 10:06:59 cipher text If you will be subscribing to an event you should do a handling on the decrypted message. This is important to me. Since several clients are gone... :-( |
Hi @tofers , I saw that you added the "message_ciphertext" event, but it doesn't help decrypting the mssage right? How do you decrypt the mssage? I also have a few clients facing the same issue |
@seowzhenjun0126 Hi. There is no way to decipher this message yet. I now recommend that customers switch to Business Whatsapp. But the problem there is also relevant. This is due to the lack of trust in Whatsapp. When there is a large flow of incoming messages or a new account. I have not traced the regularities. But the fact that a message came from a client is sometimes enough to create a new contact \ lead \ transaction and send a greeting to the client |
@tofers Thanks for the reply. But this is so frustrating as I needed the body of the message for the bot to reply relevant message, and I don't see a way to solve this issue. |
This is a manual replication of pull request pedroslopez#2292 in the original repo. Reference: pedroslopez#2292
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested this solution and worked for me
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm
PR Details
Receive protected message events
Description.
Sometimes Whatsapp can't decrypt messages when people are texting for the first time or for another reason.
Related Question
closes #1041, closes #1337, closes #1921, closes #2405, closes #2410
Motivation and context.
It's important for me to get the fact of such messages and notify the customer.
How this has been tested
Linux, Centos OS
Types of changes
Checklist