evolution-api
evolution-api copied to clipboard
Webhook issues: Receiving "from me" messages and large image payloads despite configurations
Welcome!
- [X] Yes, I have searched for similar issues on GitHub and found none.
What did you do?
I was configuring webhooks with the following settings:
Disabled the "Webhook Base64" option. Selected only MESSAGES_UPSERT without enabling SEND_MESSAGE.
What did you expect?
I expected to only receive webhooks related to message updates (MESSAGES_UPSERT), and not messages where from me = true or messages containing media over 12MB in size, since I disabled the "Webhook Base64" option.
What did you observe instead of what you expected?
Even with "Webhook Base64" disabled and only MESSAGES_UPSERT enabled, I still receive webhooks for messages with from me = true and media files larger than 12MB with images included.
Screenshots/Videos
No response
Which version of the API are you using?
2.1.2
What is your environment?
Linux
Other environment specifications
Ubuntu Server / Docker Install
If applicable, paste the log output
No response
Additional Notes
No response