mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-03 02:42:19 +08:00
fix pageFindUser
This commit is contained in:
parent
9cd1cbe95d
commit
fa9cf44eb0
@ -562,11 +562,6 @@ func (s *userServer) AddNotificationAccount(ctx context.Context, req *pbuser.Add
|
|||||||
NickName: req.NickName,
|
NickName: req.NickName,
|
||||||
FaceURL: req.FaceURL,
|
FaceURL: req.FaceURL,
|
||||||
}, nil
|
}, nil
|
||||||
return &pbuser.AddNotificationAccountResp{
|
|
||||||
UserID: req.UserID,
|
|
||||||
NickName: req.NickName,
|
|
||||||
FaceURL: req.FaceURL,
|
|
||||||
}, nil
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *userServer) UpdateNotificationAccountInfo(ctx context.Context, req *pbuser.UpdateNotificationAccountInfoReq) (*pbuser.UpdateNotificationAccountInfoResp, error) {
|
func (s *userServer) UpdateNotificationAccountInfo(ctx context.Context, req *pbuser.UpdateNotificationAccountInfoReq) (*pbuser.UpdateNotificationAccountInfoResp, error) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user