fix(frontend): ウェルカムタイムラインのメディア表示がCWを考慮していない問題を修正

This commit is contained in:
kakkokari-gtyih 2025-07-03 23:19:50 +09:00
parent 7c44881ca8
commit 08ff6f8cee
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<Mfm v-if="note.text" :text="note.text" :author="note.user"/>
<MkA v-if="note.renoteId" class="rp" :to="`/notes/${note.renoteId}`">RN: ...</MkA>
</div>
<div v-if="note.files && note.files.length > 0" :class="$style.richcontent">
<div v-if="note.files && note.files.length > 0 && (note.cw == null || showContent)" :class="$style.richcontent">
<MkMediaList :mediaList="note.files.slice(0, 4)"/>
</div>
<div v-if="note.reactionCount > 0" :class="$style.reactions">