feat: fast-forward in mock mode
This commit is contained in:
parent
3cbece05f1
commit
d255bfe47a
|
|
@ -82,6 +82,7 @@ async function* chatReplayStream(
|
|||
? "/mock/before-interrupt.txt"
|
||||
: "/mock/after-interrupt.txt";
|
||||
}
|
||||
fastForwardReplaying = true;
|
||||
} else {
|
||||
const replayId = extractReplayIdFromSearchParams(window.location.search);
|
||||
if (replayId) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue