mirror of
https://we.phorge.it/source/phorge.git
synced 2025-02-22 11:39:03 +01:00
Minor, don't collapse comment content if there are inlines.
Auditors: vrana
This commit is contained in:
parent
2e45839e42
commit
0f94b49b33
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue