mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe
synced 2025-05-10 14:39:14 +08:00
Use raw status text instead of html encoded text
This commit is contained in:
parent
751fd5917b
commit
cf72636562
1 changed files with 1 additions and 1 deletions
|
@ -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')"
|
||||
|
|
Loading…
Reference in a new issue