Ensure all meme macro are inlined
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user