The new parsing is now active

This commit is contained in:
Michael 2018-10-07 17:17:06 +00:00
parent 36c31e4091
commit 616c4a89bd
4 changed files with 39 additions and 28 deletions

View file

@ -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);
}
}
}