1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-20 09:25:33 +02:00
This commit is contained in:
syuilo
2025-05-09 20:27:11 +09:00
parent 1febae7128
commit 6a2dc2d2d2
2 changed files with 8 additions and 4 deletions

View File

@@ -23,9 +23,6 @@ SPDX-License-Identifier: AGPL-3.0-only
<div v-if="note.files && note.files.length > 0" :class="$style.richcontent">
<MkMediaList :mediaList="note.files.slice(0, 4)"/>
</div>
<div v-if="note.poll">
<MkPoll :noteId="note.id" :poll="note.poll" :readOnly="true"/>
</div>
<div v-if="note.reactionCount > 0" :class="$style.reactions">
<!-- TODO -->
<!--<MkReactionsViewer :note="note" :maxNumber="16"/>-->