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
Is this a problem caused by your code, or is it specifically because of the library?
I have double-checked my code carefully.
Describe the bug.
I made a lot of tests over groups testing group_join event and group_leave events and worked perfect, but after try it same code in a community, only group_join it's working, group leave are not beeing emmited.
Infos:
@alechkos I already try using alpha.3 and still does not emitting (membrer) group_leave event (or another one), I'm using group_join to check members (users) that join in a comunity, but group_leave its not been emitt
Is there an existing issue for this?
Is this a problem caused by your code, or is it specifically because of the library?
Describe the bug.
I made a lot of tests over groups testing group_join event and group_leave events and worked perfect, but after try it same code in a community, only group_join it's working, group leave are not beeing emmited.
Infos:
Code:
client.on('group_join', (notification) => {
console.log("join", notification);
});
client.on('group_leave', (notification) => {
console.log("leave", notification);
})
Version:
"whatsapp-web.js": "^1.26.0"
Expected Behavior
emit group_join and group_leave in community
Steps to Reproduce the Bug or Issue
client.on('group_join', (notification) => {
console.log("join", notification);
});
client.on('group_leave', (notification) => {
console.log("leave", notification);
})
//try it in a community as admin
WhatsApp Account Type
Standard
Browser Type
Any
Operation System Type
Any
Phone OS Type
Any
WhatsApp-Web.js Version
"whatsapp-web.js": "^1.26.0"
WhatsApp Web Version
2.3000.1019070444
Node.js Version
18.14.2
Authentication Strategy
LocalAuth
Additional Context
No response
The text was updated successfully, but these errors were encountered: