fix(ui): clean archived session state reads · openclaw/openclaw@87e3b1a
vincentkoc
·
2026-05-04
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -770,6 +770,7 @@ describe("switchChatSession", () => {
|
770 | 770 | chatQueue: [{ id: "queued", text: "message B", createdAt: 1 }], |
771 | 771 | chatQueueBySession: {}, |
772 | 772 | chatRunId: "run-1", |
| 773 | +sessionsShowArchived: false, |
773 | 774 | chatSideResultTerminalRuns: new Set(["btw-run-1"]), |
774 | 775 | chatStreamStartedAt: 1, |
775 | 776 | sessionsShowArchived: false, |
@@ -835,6 +836,7 @@ describe("switchChatSession", () => {
|
835 | 836 | chatQueue: [{ id: "queued-1", text: "message B", createdAt: 1 }], |
836 | 837 | chatQueueBySession: {}, |
837 | 838 | chatRunId: "run-1", |
| 839 | +sessionsShowArchived: false, |
838 | 840 | chatSideResultTerminalRuns: new Set<string>(), |
839 | 841 | chatStreamStartedAt: 1, |
840 | 842 | settings, |
@@ -879,6 +881,7 @@ describe("switchChatSession", () => {
|
879 | 881 | chatQueue: [], |
880 | 882 | chatQueueBySession: {}, |
881 | 883 | chatRunId: null, |
| 884 | +sessionsShowArchived: false, |
882 | 885 | chatSideResultTerminalRuns: new Set<string>(), |
883 | 886 | chatStreamStartedAt: null, |
884 | 887 | settings, |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。