From fc49325bb82fbd28a3c9a6fd82c0327fc2a3d956 Mon Sep 17 00:00:00 2001 From: wangchuxiao Date: Mon, 22 May 2023 10:08:30 +0800 Subject: [PATCH] remove mcontext --- internal/push/push_to_client.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/push/push_to_client.go b/internal/push/push_to_client.go index 291b1eca7..ba92144a2 100644 --- a/internal/push/push_to_client.go +++ b/internal/push/push_to_client.go @@ -15,6 +15,7 @@ import ( "github.com/OpenIMSDK/Open-IM-Server/pkg/common/db/controller" "github.com/OpenIMSDK/Open-IM-Server/pkg/common/db/localcache" "github.com/OpenIMSDK/Open-IM-Server/pkg/common/log" + "github.com/OpenIMSDK/Open-IM-Server/pkg/common/mcontext" "github.com/OpenIMSDK/Open-IM-Server/pkg/common/prome" "github.com/OpenIMSDK/Open-IM-Server/pkg/discoveryregistry" "github.com/OpenIMSDK/Open-IM-Server/pkg/errs"