WIP: Use raw status text instead of html encoded text #88

Closed
nbsp wants to merge 1 commits from nbsp:status-text into develop
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@
<RichContent
:class="{ '-single-line': singleLine }"
class="text media-body"
:html="status.raw_html"
:html="status.text"
:emoji="status.emojis"
:handle-links="true"
:mfm="renderMisskeyMarkdown && (status.media_type === 'text/x.misskeymarkdown')"