This commit is contained in:
Jeff Emmett 2024-10-18 23:14:18 -04:00
parent 4319a6b1ee
commit bb8a76026e
1 changed files with 1 additions and 1 deletions

View File

@ -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")