Skip to content
Snippets Groups Projects
Unverified Commit 7dde0b13 authored by Andreas Nedbal's avatar Andreas Nedbal Committed by GitHub
Browse files

fix(client): render quote renote CWs as MFM (#8792)


Co-authored-by: default avatarsyuilo <Syuilotan@yahoo.co.jp>
parent b66e73ae
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
<XNoteHeader class="header" :note="note" :mini="true"/>
<div class="body">
<p v-if="note.cw != null" class="cw">
<span v-if="note.cw != ''" class="text">{{ note.cw }}</span>
<Mfm v-if="note.cw != ''" class="text" :text="note.cw" :author="note.user" :i="$i" :custom-emojis="note.emojis"/>
<XCwButton v-model="showContent" :note="note"/>
</p>
<div v-show="note.cw == null || showContent" class="content">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment