From 87a2944837ea95a94409e2c2873270a9f99751d6 Mon Sep 17 00:00:00 2001 From: skiffer-git <44203734@qq.com> Date: Wed, 20 Jul 2022 21:19:19 +0800 Subject: [PATCH] rename --- internal/api/chat/get_max_min_seq.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/api/chat/get_max_min_seq.go b/internal/api/chat/get_max_min_seq.go index 410a6ffb0..5dd339690 100644 --- a/internal/api/chat/get_max_min_seq.go +++ b/internal/api/chat/get_max_min_seq.go @@ -5,7 +5,7 @@ import ( "Open_IM/pkg/common/log" "Open_IM/pkg/common/token_verify" "Open_IM/pkg/grpc-etcdv3/getcdv3" - pbChat "Open_IM/pkg/proto/chat" + pbChat "Open_IM/pkg/proto/msg" sdk_ws "Open_IM/pkg/proto/sdk_ws" "context" "github.com/gin-gonic/gin"