mirror of
https://github.com/aljazceru/ditto.git
synced 2025-12-27 10:14:39 +01:00
refactor: pass abort signal in hydrateRepostEvents
This commit is contained in:
@@ -129,7 +129,7 @@ async function hydrateRepostEvents(opts: Omit<HydrateEventOpts, 'relations'>): P
|
||||
}
|
||||
return event.id;
|
||||
}),
|
||||
}]);
|
||||
}], { signal });
|
||||
|
||||
for (const event of events) {
|
||||
if (event.kind === 6) {
|
||||
|
||||
Reference in New Issue
Block a user