mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-08 11:05:59 +08:00
Merge remote-tracking branch 'origin/errcode' into errcode
This commit is contained in:
@@ -36,7 +36,7 @@ func Start(server *grpc.Server) {
|
||||
pbGroup.RegisterGroupServer(server, &groupServer{
|
||||
GroupInterface: controller.NewGroupInterface(nil, cache.NewRedis().GetClient(), unrelation.NewMongo().GetClient()),
|
||||
registerCenter: nil,
|
||||
user: check.NewUserCheck(),
|
||||
user: check.NewUserCheck(nil),
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user