fix(webchat): preserve sends through reconnect (#87531) · openclaw/openclaw@96635c7
openclaw
·
2026-05-29
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -2,10 +2,6 @@ import { isDeepStrictEqual } from "node:util";
|
2 | 2 | import { parseConfigPathArrayIndex } from "../shared/path-array-index.js"; |
3 | 3 | import { isRecord } from "./shared.js"; |
4 | 4 | |
5 | | -function isArrayIndexSegment(segment: string): boolean { |
6 | | -return parseArrayIndexSegment(segment) !== undefined; |
7 | | -} |
8 | | - |
9 | 5 | function looksLikeArrayIndexSegment(segment: string): boolean { |
10 | 6 | return /^\d+$/.test(segment); |
11 | 7 | } |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。