From 32c2e7f5b187623a736dc4830e001175241189bd Mon Sep 17 00:00:00 2001 From: wangchuxiao Date: Mon, 15 May 2023 17:04:23 +0800 Subject: [PATCH] push --- internal/msggateway/hub_server.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/internal/msggateway/hub_server.go b/internal/msggateway/hub_server.go index 7350cac72..6f0660f36 100644 --- a/internal/msggateway/hub_server.go +++ b/internal/msggateway/hub_server.go @@ -5,6 +5,7 @@ import ( "github.com/OpenIMSDK/Open-IM-Server/pkg/common/config" "github.com/OpenIMSDK/Open-IM-Server/pkg/common/constant" + "github.com/OpenIMSDK/Open-IM-Server/pkg/common/log" "github.com/OpenIMSDK/Open-IM-Server/pkg/common/prome" "github.com/OpenIMSDK/Open-IM-Server/pkg/common/tokenverify" "github.com/OpenIMSDK/Open-IM-Server/pkg/discoveryregistry" @@ -90,6 +91,7 @@ func (s *Server) SuperGroupOnlineBatchPushOneMsg(ctx context.Context, req *msgga if !ok { continue } + log.ZDebug(ctx, "SuperGroupOnlineBatchPushOneMsg", "clients", clients) for _, client := range clients { if client != nil { temp := &msggateway.SingleMsgToUserPlatform{