add explanation to why post is muted for sensitive muting
This commit is contained in:
parent
59656af44c
commit
046678086f
2 changed files with 7 additions and 0 deletions
|
|
@ -30,6 +30,12 @@
|
|||
:at="false"
|
||||
/>
|
||||
</small>
|
||||
<small
|
||||
v-if="muteSensitiveStatuses && status.nsfw"
|
||||
class="mute-thread"
|
||||
>
|
||||
{{ $t('status.sensitive_muted') }}
|
||||
</small>
|
||||
<small
|
||||
v-if="showReasonMutedThread"
|
||||
class="mute-thread"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue