Use media type to figure out whether to parse MFM
This commit is contained in:
parent
5e18f1ceeb
commit
f15465f0d3
2 changed files with 3 additions and 5 deletions
|
@ -50,7 +50,7 @@
|
|||
:html="status.raw_html"
|
||||
:emoji="status.emojis"
|
||||
:handle-links="true"
|
||||
:mfm="renderMisskeyMarkdown && (status.content_type === 'text/x.misskeymarkdown')"
|
||||
:mfm="renderMisskeyMarkdown && (status.media_type === 'text/x.misskeymarkdown')"
|
||||
:greentext="mergedConfig.greentext"
|
||||
:attentions="status.attentions"
|
||||
@parseReady="onParseReady"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue