This commit is contained in:
tamaina 2023-07-30 11:26:06 +00:00
parent 911c368d05
commit 58bdd7c129
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-->
<template>
<div>
<div v-if="muted && appearNote" :class="$style.muted" @click="muted = false">
<I18n :src="i18n.ts.userSaysSomething" tag="small">
<template #name>
@ -135,6 +136,7 @@ SPDX-License-Identifier: AGPL-3.0-only
</div>
</article>
</div>
</div>
</template>
<script lang="ts" setup>