Merge pull request #11759 from annando/enqueue-posts

Fetch missing posts via a queue
This commit is contained in:
Hypolite Petovan 2022-07-24 15:38:44 -04:00 committed by GitHub
commit a5d679ea95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 908 additions and 362 deletions

View file

@ -123,7 +123,7 @@ class ActivityPubConversion extends BaseModule
'content' => visible_whitespace(var_export($object_data, true))
];
$item = ActivityPub\Processor::createItem(new ActivityPub\FetchQueue(), $object_data);
$item = ActivityPub\Processor::createItem($object_data);
$results[] = [
'title' => DI::l10n()->t('Result Item'),