group file update

This commit is contained in:
Gordon 2022-08-26 11:39:01 +08:00
parent 9d1eb469b5
commit 96e0851563

View File

@ -483,11 +483,9 @@ func (s *groupServer) InviteUserToGroup(ctx context.Context, req *pbGroup.Invite
log.NewError(req.OperationID, utils.GetSelfFuncName(), err.Error())
}
}
go func() {
for _, v := range req.InvitedUserIDList {
chat.SuperGroupNotification(req.OperationID, v, v)
}
}()
for _, v := range req.InvitedUserIDList {
chat.SuperGroupNotification(req.OperationID, v, v)
}
}
log.NewInfo(req.OperationID, "InviteUserToGroup rpc return ", resp)