fix: outbox is activities, not objects
This commit is contained in:
parent
58fe884578
commit
340b598612
1 changed files with 1 additions and 1 deletions
|
@ -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(())
|
||||
|
|
Loading…
Reference in a new issue