aldinokemal / go-whatsapp-web-multidevice

API for Whatsapp Web Multi Device Version, Support UI & Webhook
MIT License
582 stars 245 forks source link

Receive Replay on message - Webhook #53

Closed mahmoodfakhri closed 1 year ago

mahmoodfakhri commented 1 year ago

When receive replay on message, its sent as null to web hook

aldinokemal commented 1 year ago

could you elaborate with attached payload send to webhook?

I've updated webhook trigger in version v4.4.4 hopefully it's solve your problem

mahmoodfakhri commented 1 year ago

webhook not working on v4.4.4 working on v4.4.3 nut with the same issue for the replay message

aldinokemal commented 1 year ago

explain your issue bro what happen in your app, does any error found

mahmoodfakhri commented 1 year ago

in v4.4.4 the app sending 6 blank request to webhook then not sending any request to webhook when message received. no error on console i try v4.4.3 webhook working fine

aldinokemal commented 1 year ago

It's come from group message or private message?

mahmoodfakhri commented 1 year ago

private message, all message type no thing work in v4.4.4

aldinokemal commented 1 year ago

Hmm, seem I have tested in a private message on every media here https://github.com/aldinokemal/go-whatsapp-web-multidevice/pull/54

aldinokemal commented 1 year ago

please attache here the webhook payload that was sent in v4.4.3 but not in v4.4.4

mahmoodfakhri commented 1 year ago

in V4.4.3 image in v4.4.4 no webhook event sent

aldinokemal commented 1 year ago

Fixed here You may want to check again to see if the issue has been resolved.