send msg change

This commit is contained in:
Gordon
2021-07-15 12:33:59 +08:00
parent 18d3523cf2
commit 41f02e51f6
7 changed files with 37 additions and 21 deletions
+1 -1
View File
@@ -10,6 +10,7 @@ import (
"Open_IM/src/common/config"
"Open_IM/src/common/constant"
"Open_IM/src/common/log"
"Open_IM/src/grpc-etcdv3/getcdv3"
pbChat "Open_IM/src/proto/chat"
pbGroup "Open_IM/src/proto/group"
pbRelay "Open_IM/src/proto/relay"
@@ -20,7 +21,6 @@ import (
"context"
"encoding/json"
"fmt"
"github.com/skiffer-git/grpc-etcdv3/getcdv3"
"strings"
)