mirror of
https://github.com/friendica/friendica
synced 2025-04-27 11:10:12 +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
|
@ -134,7 +134,8 @@ class ActivityPub
|
|||
}
|
||||
|
||||
foreach ($items as $activity) {
|
||||
ActivityPub\Receiver::processActivity($activity, '', $uid, true);
|
||||
$ldactivity = JsonLD::compact($activity);
|
||||
ActivityPub\Receiver::processActivity($ldactivity, '', $uid, true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue