diff --git a/includes/model/class-comment.php b/includes/model/class-comment.php index 5bac2a2..347ce54 100644 --- a/includes/model/class-comment.php +++ b/includes/model/class-comment.php @@ -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;