diff --git a/app/Services/Logic/Chapter/CommentList.php b/app/Services/Logic/Chapter/CommentList.php index ca0881ea..b1d64521 100644 --- a/app/Services/Logic/Chapter/CommentList.php +++ b/app/Services/Logic/Chapter/CommentList.php @@ -31,6 +31,8 @@ class CommentList extends LogicService $params['item_id'] = $chapter->id; $params['item_type'] = CommentModel::ITEM_CHAPTER; $params['published'] = CommentModel::PUBLISH_APPROVED; + $params['parent_id'] = 0; + $params['deleted'] = 0; $sort = $pagerQuery->getSort(); $page = $pagerQuery->getPage();