feat(activitypub): add Podcast actor and PodcastEpisode object with comments

This commit is contained in:
Yassine Doghri 2021-07-12 18:40:22 +00:00
commit 9e1e5d2e86
13 changed files with 316 additions and 17 deletions

View file

@ -92,7 +92,7 @@ class StatusController extends Controller
if ($paginatedReplies !== null) {
foreach ($paginatedReplies as $reply) {
$replyObject = new $noteObjectClass($reply);
$orderedItems[] = $replyObject->toJSON();
$orderedItems[] = $replyObject->toArray();
}
}