mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-26 03:26:57 +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 {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
resp = &pbuser.GetAllUserIDResp{UserIDList: userIDs}
|
resp = &pbuser.GetAllUserIDResp{UserIDs: userIDs}
|
||||||
return resp, nil
|
return resp, nil
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user