diff --git a/src/storages/hydrate.ts b/src/storages/hydrate.ts index be3b8bd..cf64f25 100644 --- a/src/storages/hydrate.ts +++ b/src/storages/hydrate.ts @@ -129,7 +129,7 @@ async function hydrateRepostEvents(opts: Omit): P } return event.id; }), - }]); + }], { signal }); for (const event of events) { if (event.kind === 6) {