mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-21 09:19:01 +08:00
group file update
This commit is contained in:
@@ -483,11 +483,9 @@ func (s *groupServer) InviteUserToGroup(ctx context.Context, req *pbGroup.Invite
|
|||||||
log.NewError(req.OperationID, utils.GetSelfFuncName(), err.Error())
|
log.NewError(req.OperationID, utils.GetSelfFuncName(), err.Error())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
go func() {
|
for _, v := range req.InvitedUserIDList {
|
||||||
for _, v := range req.InvitedUserIDList {
|
chat.SuperGroupNotification(req.OperationID, v, v)
|
||||||
chat.SuperGroupNotification(req.OperationID, v, v)
|
}
|
||||||
}
|
|
||||||
}()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
log.NewInfo(req.OperationID, "InviteUserToGroup rpc return ", resp)
|
log.NewInfo(req.OperationID, "InviteUserToGroup rpc return ", resp)
|
||||||
|
|||||||
Reference in New Issue
Block a user