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 your feature request related to a problem? Please describe.
When trying to join a group using client.joinGroup(), I sometimes experience an UnexpectedJoinGroupViaInviteResponse exception. This is the case whenever the group has the following setting enabled: "membershipApprovalMode": true
Admins need to approve your request to join first.
Describe the solution you'd like
There is only one method for joining; it could be made to support applying (and reflect in the result that we didn't fully join, but apply). Alternatively, a second method could be implemented like client.applyForGroup(). That would require users to check the group setting membershipApprovalMode first before joining and then choosing the adequate method (more implementation effort for WPPConnect
users).
Describe alternatives you've considered
Manually opening the app and joining (not using WPPConnect) :/
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When trying to join a group using
client.joinGroup()
, I sometimes experience anUnexpectedJoinGroupViaInviteResponse
exception. This is the case whenever the group has the following setting enabled:"membershipApprovalMode": true
Admins need to approve your request to join first.
Describe the solution you'd like
There is only one method for joining; it could be made to support applying (and reflect in the result that we didn't fully join, but apply). Alternatively, a second method could be implemented like
client.applyForGroup()
. That would require users to check the group settingmembershipApprovalMode
first before joining and then choosing the adequate method (more implementation effort for WPPConnectusers).
Describe alternatives you've considered
Manually opening the app and joining (not using WPPConnect) :/
The text was updated successfully, but these errors were encountered: