From bb8a76026e1dd1653467429c178e944aa64149e6 Mon Sep 17 00:00:00 2001 From: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com> Date: Fri, 18 Oct 2024 23:14:18 -0400 Subject: [PATCH] fix --- worker/TldrawDurableObject.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/TldrawDurableObject.ts b/worker/TldrawDurableObject.ts index 20efc20..a9e0fb9 100644 --- a/worker/TldrawDurableObject.ts +++ b/worker/TldrawDurableObject.ts @@ -102,7 +102,7 @@ export class TldrawDurableObject { ? ((await roomFromBucket.json()) as RoomSnapshot) : undefined if (initialSnapshot) { - initialSnapshot?.documents.slice(0, 10).forEach(record => { + initialSnapshot?.documents.slice(0, 1000).forEach(record => { const shape = record.state as TLShape if (shape.type === "chatBox") { console.log("FOUND CHATBOX")