mirror of
https://github.com/friendica/friendica
synced 2025-04-27 08:30:10 +00:00
The new parsing is now active
This commit is contained in:
parent
36c31e4091
commit
616c4a89bd
4 changed files with 39 additions and 28 deletions
|
@ -262,7 +262,7 @@ class Processor
|
|||
$activity['type'] = 'Create';
|
||||
|
||||
$ldactivity = JsonLD::compact($activity);
|
||||
ActivityPub\Receiver::processActivity($activity, $ldactivity);
|
||||
ActivityPub\Receiver::processActivity($ldactivity);
|
||||
logger('Activity ' . $url . ' had been fetched and processed.');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue