Skip to content

Commit f0a1668

Browse files
committed
Fix: リモートの絵文字が正常に表示されない問題を修正 (#75)
1 parent a4c1b1c commit f0a1668

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/frontend/src/components/MkNoteDetailed.vue

+2
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,15 @@ SPDX-License-Identifier: AGPL-3.0-only
8585
/>
8686
<MkCwButton v-model="showContent" :text="appearNote.text" :renote="appearNote.renote" :files="appearNote.files" :poll="appearNote.poll"/>
8787
</p>
88+
8889
<div v-show="appearNote.cw == null || showContent">
8990
<span v-if="appearNote.isHidden" style="opacity: 0.5">({{ i18n.ts.private }})</span>
9091
<MkA v-if="appearNote.replyId" :class="$style.noteReplyTarget" :to="`/notes/${appearNote.replyId}`"><i class="ti ti-arrow-back-up"></i></MkA>
9192
<Mfm
9293
v-if="appearNote.text"
9394
:parsedNodes="parsed"
9495
:text="appearNote.text"
96+
:author="appearNote.user"
9597
:nyaize="'respect'"
9698
:emojiUrls="appearNote.emojis"
9799
:enableEmojiMenu="true"

0 commit comments

Comments
 (0)