webhook double execution after reconnect
After connecting a session successfully, each webhook event will be fired twice. However, if I restart the server, it works just fine from there. I did not find any issues (neither in pedros repo) but also I have no idea where to start debugging this. Ideas?
Version is latest, 1.34.1 now, but it happened before as well.
Not able to reproduce locally, do you see that behaviour for each new session? Are you able to share the service logs with debug mode enabled? Do not forget to remove sensitive data in advance.
Have the same issue. Resolved it by add "message_create" to DISABLED_CALLBACKS. Seems like it will create both "message" and "message_create" callbacks.