[BUG] messages.update dont listen to status 2
Describe the bug On sending messages with baileys, most of the time it jumps directly from status 1 to status 3, without going through 2. When I send a message on my cell phone, it correctly goes through the status 2 (1,2 and 3).
How do you know status 1, 2, or 3 when sending a message on your cellphone?
How do you know status 1, 2, or 3 when sending a message on your cellphone?
On event messages.update you receive the updated message. When sending on cellphone, we can receive the status 1,2 and 3, but sending with baileys we just receive the status 1 and after jumps directly to 3.
How do you know status 1, 2, or 3 when sending a message on your cellphone?
On event messages.update you receive the updated message. When sending on cellphone, we can receive the status 1,2 and 3, but sending with baileys we just receive the status 1 and after jumps directly to 3.
I also don't get status 2, both messages sent via baileys and also those sent via cellphone.
Btw, what does satus 2 mean?
How do you know status 1, 2, or 3 when sending a message on your cellphone?
On event messages.update you receive the updated message. When sending on cellphone, we can receive the status 1,2 and 3, but sending with baileys we just receive the status 1 and after jumps directly to 3.
I also don't get status 2, both messages sent via baileys and also those sent via cellphone.
Btw, what does satus 2 mean?
Status 2 = Message received in whatsapp server
Will implement
Same issue
I had this problem in typescript, I managed to solve it like this: import Baileys before starting the source and not use the Baileys default value to import the socket, like this:
this was enough to solve the event problem