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
|
|
@ -28,7 +28,7 @@ class OrderedCollectionObject extends ObjectType
|
|||
protected ?string $last = null;
|
||||
|
||||
/**
|
||||
* @param ObjectType[] $orderedItems
|
||||
* @param ObjectType[]|null $orderedItems
|
||||
*/
|
||||
public function __construct(
|
||||
protected ?array $orderedItems = null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue