mute silenced notes in frontend
This commit is contained in:
parent
24e14c78fd
commit
64694be004
8 changed files with 39 additions and 3 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue