diff --git a/internal/rpc/msg/callback.go b/internal/rpc/msg/callback.go index 440680e1b..f53ee327d 100644 --- a/internal/rpc/msg/callback.go +++ b/internal/rpc/msg/callback.go @@ -6,7 +6,7 @@ import ( "Open_IM/pkg/common/constant" "Open_IM/pkg/common/http" "Open_IM/pkg/common/log" - pbChat "Open_IM/pkg/proto/chat" + pbChat "Open_IM/pkg/proto/msg" "Open_IM/pkg/utils" http2 "net/http" )