fix(webui): reconcile threads after browser resume
This commit is contained in:
@@ -217,6 +217,7 @@ vi.mock("@/lib/nanobot-client", () => {
|
||||
attach = attachSpy;
|
||||
close = vi.fn();
|
||||
updateUrl = updateUrlSpy;
|
||||
updateMaxFrameBytes = vi.fn();
|
||||
}
|
||||
|
||||
return { NanobotClient: MockClient };
|
||||
|
||||
Reference in New Issue
Block a user