mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-11 10:46:43 +02:00
feat(activitypub): add Podcast actor and PodcastEpisode object with comments
This commit is contained in:
parent
b814cfaf7c
commit
9e1e5d2e86
13 changed files with 316 additions and 17 deletions
|
|
@ -39,7 +39,7 @@ class NoteObject extends ObjectType
|
|||
$this->inReplyTo = $status->reply_to_status->uri;
|
||||
}
|
||||
|
||||
$this->replies = base_url(route_to('status-replies', $status->actor->username, $status->id));
|
||||
$this->replies = url_to('status-replies', $status->actor->username, $status->id);
|
||||
|
||||
$this->cc = [$status->actor->followers_url];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue