Skip to content

Commit

Permalink
Revert "enhance(frontend): 「内容を隠す」でリアクションも隠れるように"
Browse files Browse the repository at this point in the history
This reverts commit e85b821.
  • Loading branch information
syuilo committed Nov 2, 2023
1 parent d0d32e8 commit ed699b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/components/MkNote.vue
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ SPDX-License-Identifier: AGPL-3.0-only
</div>
<MkA v-if="appearNote.channel && !inChannel" :class="$style.channel" :to="`/channels/${appearNote.channel.id}`"><i class="ti ti-device-tv"></i> {{ appearNote.channel.name }}</MkA>
</div>
<MkReactionsViewer v-show="appearNote.cw == null || showContent" :note="appearNote" :maxNumber="16">
<MkReactionsViewer :note="appearNote" :maxNumber="16">
<template #more>
<div :class="$style.reactionOmitted">{{ i18n.ts.more }}</div>
</template>
Expand Down

0 comments on commit ed699b4

Please sign in to comment.