diff --git a/internal/rpc/user/user.go b/internal/rpc/user/user.go index 94d52d0cd..3d954cd9a 100644 --- a/internal/rpc/user/user.go +++ b/internal/rpc/user/user.go @@ -36,10 +36,11 @@ import ( tablerelation "github.com/OpenIMSDK/Open-IM-Server/pkg/common/db/table/relation" "github.com/OpenIMSDK/Open-IM-Server/pkg/rpcclient" "github.com/OpenIMSDK/Open-IM-Server/pkg/rpcclient/notification" + registry "github.com/OpenIMSDK/tools/discoveryregistry" - "google.golang.org/grpc" - + pbuser "github.com/OpenIMSDK/protocol/user" "github.com/OpenIMSDK/tools/utils" + "google.golang.org/grpc" ) type userServer struct {