refactor: remove limit

This commit is contained in:
Gordon 2023-06-02 17:12:52 +08:00
parent b46e668f2e
commit 0e8589b068

View File

@ -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)