-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Description
func (c *Client) AddMemberIntoChatRoom(ctx context.Context, opt *ClientAddMemberIntoChatRoomOption) (*http.Response, error)
方法存在问题,内部条件判断错误,opt.InviteMemberList 为被邀请人的列表,但是却被做为了判断是邀请还是添加的条件
if len(opt.InviteMemberList) >= 40 { return c.InviteMemberIntoChatRoom(ctx, opt) } return c.addMemberIntoChatRoom(ctx, opt)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels