fix deploy

This commit is contained in:
wangchuxiao
2022-02-22 12:27:39 +08:00
parent aad27f40cf
commit 952ad0e162
5 changed files with 14 additions and 3 deletions
+2
View File
@@ -854,6 +854,8 @@ func (s *groupServer) RemoveGroupMembersCMS(_ context.Context, req *pbGroup.Remo
OpUserID: req.OpUserId,
}
chat.MemberKickedNotification(reqKick, resp.Success)
log.NewInfo(req.OperationID, utils.GetSelfFuncName(), "success: ", resp.Success)
log.NewInfo(req.OperationID, utils.GetSelfFuncName(), "failed: ", resp.Failed)
return resp, nil
}