This commit is contained in:
skiffer-git
2022-08-08 20:01:29 +08:00
parent bba5e7db0c
commit 52e57cf547
2 changed files with 2 additions and 2 deletions
+1
View File
@@ -109,6 +109,7 @@ func syncPeerUserConversation(conversation *pbUser.Conversation, operationID str
func (s *userServer) GetUserInfo(ctx context.Context, req *pbUser.GetUserInfoReq) (*pbUser.GetUserInfoResp, error) {
log.NewInfo(req.OperationID, "GetUserInfo args ", req.String())
var userInfoList []*sdkws.UserInfo
if len(req.UserIDList) > 0 {
for _, userID := range req.UserIDList {