mute silenced notes in frontend

This commit is contained in:
Hazelnoot 2025-07-25 18:24:28 -04:00
parent 24e14c78fd
commit 64694be004
8 changed files with 39 additions and 3 deletions

View file

@ -47,6 +47,16 @@ Displays a placeholder for a muted note.
</template>
</I18n>
<!-- Silenced users/instances -->
<I18n v-if="mute.isSilenced" :src="i18n.ts.silencedUserSaysSomething" tag="small">
<template #name>
<MkUserName :user="note.user"/>
</template>
<template #host>
{{ host }}
</template>
</I18n>
<!-- Word mutes -->
<template v-if="mutedWords">
<I18n v-if="prefer.s.showSoftWordMutedWord" :src="i18n.ts.userSaysSomethingAbout" tag="small">