refactor: 絵文字URLを引き回すのをやめる (#9423)

This commit is contained in:
syuilo
2022-12-29 10:14:44 +09:00
committed by GitHub
parent 510e6ec7e9
commit 912791b3ab
28 changed files with 79 additions and 58 deletions

View File

@@ -6,7 +6,7 @@
<XNoteHeader class="header" :note="note" :mini="true"/>
<div class="body">
<p v-if="note.cw != null" class="cw">
<Mfm v-if="note.cw != ''" class="text" :text="note.cw" :author="note.user" :i="$i" :custom-emojis="note.emojis"/>
<Mfm v-if="note.cw != ''" class="text" :text="note.cw" :author="note.user" :i="$i"/>
<XCwButton v-model="showContent" :note="note"/>
</p>
<div v-show="note.cw == null || showContent" class="content">