From 1fe5959960d4bcf54eb30749d34989312d9a731b Mon Sep 17 00:00:00 2001 From: Django Doucet Date: Fri, 10 Mar 2023 14:56:26 -0700 Subject: [PATCH] fix comment model replies property --- includes/model/class-comment.php | 1 - 1 file changed, 1 deletion(-) 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;