mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
group file update
This commit is contained in:
parent
9d1eb469b5
commit
96e0851563
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user