refactor: pass abort signal in hydrateRepostEvents
This commit is contained in:
parent
6248272243
commit
a993051439
|
@ -129,7 +129,7 @@ async function hydrateRepostEvents(opts: Omit<HydrateEventOpts, 'relations'>): P
|
||||||
}
|
}
|
||||||
return event.id;
|
return event.id;
|
||||||
}),
|
}),
|
||||||
}]);
|
}], { signal });
|
||||||
|
|
||||||
for (const event of events) {
|
for (const event of events) {
|
||||||
if (event.kind === 6) {
|
if (event.kind === 6) {
|
||||||
|
|
Loading…
Reference in New Issue