summaryrefslogtreecommitdiff
path: root/packages/client/src/components/note-simple.vue
diff options
context:
space:
mode:
Diffstat (limited to 'packages/client/src/components/note-simple.vue')
-rw-r--r--packages/client/src/components/note-simple.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/client/src/components/note-simple.vue b/packages/client/src/components/note-simple.vue
index c6907787b5..b813b9a2b9 100644
--- a/packages/client/src/components/note-simple.vue
+++ b/packages/client/src/components/note-simple.vue
@@ -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">