diff --git a/internal/rpc/group/group.go b/internal/rpc/group/group.go index 3e94dfa14..cb6e42778 100644 --- a/internal/rpc/group/group.go +++ b/internal/rpc/group/group.go @@ -49,6 +49,7 @@ func Start(client discoveryregistry.SvcDiscoveryRegistry, server *grpc.Server) e pbGroup.RegisterGroupServer(server, &groupServer{ GroupDatabase: controller.InitGroupDatabase(db, rdb, mongo.GetDatabase()), UserCheck: check.NewUserCheck(client), + Notification: notification.NewCheck(client), ConversationChecker: check.NewConversationChecker(client), }) return nil