You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working with simple WhatsApp group chats and I've noticed the .on('group_join) and .on('group_membership_request') are not working. Most other listeners seem to be working fine for group chats.
Anyone got a fix for this?
Jacob
Expected behavior
As a user, I expected to be able to log a message or at least see the event being triggered.
Steps to Reproduce the Bug or Issue
Connect and initialize a WhatsApp client that is an admin of your group chat
Request to join the group chat from another WhatsApp number
Hey @jacobbinnie. I was facing the same issue and realized that it was solved in the last 1.24.0 version with #2813. I updated my module but it started to break, so I downgraded to version 1.23.1-alpha.5 and edited the Client.js file applying the same one line change of the PR and it is working fine.
Is there an existing issue for this?
Describe the bug
Hey there,
I'm working with simple WhatsApp group chats and I've noticed the
.on('group_join)
and.on('group_membership_request')
are not working. Most other listeners seem to be working fine for group chats.Anyone got a fix for this?
Jacob
Expected behavior
As a user, I expected to be able to log a message or at least see the event being triggered.
Steps to Reproduce the Bug or Issue
Relevant Code
Browser Type
Chromium
WhatsApp Account Type
Standard
Does your WhatsApp account have multidevice enabled?
Yes, I am using Multi Device
Environment
whatsapp-web.js version: 2.3000.1014748697
Additional context
No response
The text was updated successfully, but these errors were encountered: