Skip to content
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

QR Webhoook being sent every second #311

Closed
boblp opened this issue Jan 5, 2025 · 1 comment
Closed

QR Webhoook being sent every second #311

boblp opened this issue Jan 5, 2025 · 1 comment

Comments

@boblp
Copy link

boblp commented Jan 5, 2025

Im getting a POST on my webhook for QR codes once per second:

[22:09:13] {'dataType': 'qr', 'data': {'qr': '2@29BWXYk...'}
[22:09:13] "POST /whatsapp_webhook_api HTTP/1.1" 200 -

How can I stop my server from being hit with unwanted QR codes?

I have around 10 whatsapp accounts linked.

@avoylenko
Copy link
Collaborator

Why not terminate those running sessions? Also you can disable dispatching qr events to your webhook, see DISABLED_CALLBACKS

@boblp boblp closed this as completed Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants