mirror of
https://github.com/friendica/friendica
synced 2025-04-19 07:10:11 +00:00
Merge pull request #11759 from annando/enqueue-posts
Fetch missing posts via a queue
This commit is contained in:
commit
a5d679ea95
25 changed files with 908 additions and 362 deletions
|
@ -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'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue