diff --git a/upub/core/src/traits/fetch.rs b/upub/core/src/traits/fetch.rs index f03cfa9..38b69e1 100644 --- a/upub/core/src/traits/fetch.rs +++ b/upub/core/src/traits/fetch.rs @@ -478,7 +478,7 @@ impl Fetcher for crate::Context { // TODO parallelize these for item in outbox.ordered_items().all_ids() { - self.fetch_object(&item, tx).await?; + self.fetch_activity(&item, tx).await?; } Ok(())