mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-30 06:16:57 +08:00
merge seq
This commit is contained in:
parent
4875a34ff4
commit
1d54c61b8c
@ -340,8 +340,3 @@ type FormDataMate struct {
|
|||||||
Group string `json:"group"`
|
Group string `json:"group"`
|
||||||
Key string `json:"key"`
|
Key string `json:"key"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func (t *thirdServer) DeleteOutdatedData(ctx context.Context, req *third.DeleteOutdatedDataReq) (*third.DeleteOutdatedDataResp, error) {
|
|
||||||
//TODO implement me
|
|
||||||
panic("implement me")
|
|
||||||
}
|
|
||||||
|
|||||||
@ -669,8 +669,3 @@ func (s *userServer) SortQuery(ctx context.Context, req *pbuser.SortQueryReq) (*
|
|||||||
}
|
}
|
||||||
return &pbuser.SortQueryResp{Users: convert.UsersDB2Pb(users)}, nil
|
return &pbuser.SortQueryResp{Users: convert.UsersDB2Pb(users)}, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *userServer) SetUserOnlineStatus(ctx context.Context, req *pbuser.SetUserOnlineStatusReq) (*pbuser.SetUserOnlineStatusResp, error) {
|
|
||||||
//TODO implement me
|
|
||||||
panic("implement me")
|
|
||||||
}
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user