We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2205ce commit 5e32049Copy full SHA for 5e32049
src/components/eventStream/EventStream.tsx
@@ -32,7 +32,7 @@ const buildWebSocketUrl = (location: string): string => {
32
url.protocol = "wss:";
33
34
// Add ordinal parameter to get all historical messages
35
- url.searchParams.set("stream_from_ordinal", "0");
+ url.searchParams.set("stream_from_ordinal", "1");
36
37
return url.toString();
38
};
0 commit comments