mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
user
This commit is contained in:
parent
69106a4cca
commit
3e15014e0a
@ -199,6 +199,6 @@ func (s *userServer) GetAllUserID(ctx context.Context, req *pbuser.GetAllUserIDR
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
resp = &pbuser.GetAllUserIDResp{UserIDList: userIDs}
|
||||
resp = &pbuser.GetAllUserIDResp{UserIDs: userIDs}
|
||||
return resp, nil
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user