bug:update a filed (#1192)

This commit is contained in:
Brabem 2023-10-13 10:02:42 +08:00 committed by GitHub
parent 9218f0d928
commit b783f0eb98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@ func CallbackBeforeCreateGroup(ctx context.Context, req *group.CreateGroupReq) (
RoleLevel: constant.GroupAdmin,
})
}
for _, userID := range req.AdminUserIDs {
for _, userID := range req.MemberUserIDs {
cbReq.InitMemberList = append(cbReq.InitMemberList, &apistruct.GroupAddMemberInfo{
UserID: userID,
RoleLevel: constant.GroupOrdinaryUsers,