Ensure all meme macro are inlined

This commit is contained in:
2023-01-28 13:24:06 +01:00
parent 21d145c9dd
commit a924b09c84

View File

@@ -39,7 +39,7 @@ final class PhabricatorMemeRemarkupRule extends PhutilRemarkupRule {
$is_html_mail = $this->getEngine()->isHTMLMailMode();
$is_text = $this->getEngine()->isTextMode();
$must_inline = ($is_html_mail || $is_text);
$must_inline = ($is_html_mail || $is_text || true);
if ($must_inline) {
if (!$asset) {