diff --git a/internal/msggateway/hub_server.go b/internal/msggateway/hub_server.go index e4124a5af..22abf17d6 100644 --- a/internal/msggateway/hub_server.go +++ b/internal/msggateway/hub_server.go @@ -88,6 +88,8 @@ func (s *Server) SuperGroupOnlineBatchPushOneMsg(ctx context.Context, req *msgga } clients, ok := s.LongConnServer.GetUserAllCons(v) if !ok { + tempT.Resp = resp + singleUserResult = append(singleUserResult, tempT) continue } log.ZDebug(ctx, "SuperGroupOnlineBatchPushOneMsg", "clients", clients)