fix comment model replies property

This commit is contained in:
Django Doucet 2023-03-10 14:56:26 -07:00
parent d07bb1f808
commit 1fe5959960

View file

@ -71,7 +71,6 @@ class Comment {
'to' => array( 'https://www.w3.org/ns/activitystreams#Public' ),
'cc' => array( 'https://www.w3.org/ns/activitystreams#Public' ),
'tag' => $this->tags,
'replies' => $this->replies,
);
if ( $this->replies ) {
$array['replies'] = $this->replies;