add explanation to why post is muted for sensitive muting

This commit is contained in:
Henry Jameson 2024-04-24 15:22:19 +03:00
commit 046678086f
2 changed files with 7 additions and 0 deletions

View file

@ -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"