diff --git a/src/applications/diffusion/view/comment/DiffusionCommentView.php b/src/applications/diffusion/view/comment/DiffusionCommentView.php index 3a4dee8127..29a1ff4c09 100644 --- a/src/applications/diffusion/view/comment/DiffusionCommentView.php +++ b/src/applications/diffusion/view/comment/DiffusionCommentView.php @@ -127,7 +127,7 @@ final class DiffusionCommentView extends AphrontView { $comment = $this->comment; $engine = $this->getEngine(); - if (!strlen($comment->getContent())) { + if (!strlen($comment->getContent()) && empty($this->inlineComments)) { return null; } else { return