diff --git a/scripts/db-populate-extensions.ts b/scripts/db-populate-extensions.ts index 15800cbf..428b591f 100644 --- a/scripts/db-populate-extensions.ts +++ b/scripts/db-populate-extensions.ts @@ -4,7 +4,7 @@ import { EventsDB } from '@/storages/EventsDB.ts'; const store = await Storages.db(); const kysely = await Storages.kysely(); -for await (const msg of store.req([{ kinds: [1] }])) { // Only kind 1 can contain media in Ditto? +for await (const msg of store.req([{}])) { if (msg[0] === 'EVENT') { const event = msg[2];