aboutsummaryrefslogtreecommitdiff
path: root/src/components/status
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2024-04-24 15:22:19 +0300
committerHenry Jameson <me@hjkos.com>2024-04-24 15:22:19 +0300
commit046678086fcdddf05c2c10f3494bf87e67f2fd6a (patch)
tree05bb24492dc8455df3be0d9e3412f2b51b8666f6 /src/components/status
parent59656af44cf64069437eda1708b02c7a53788941 (diff)
add explanation to why post is muted for sensitive muting
Diffstat (limited to 'src/components/status')
-rw-r--r--src/components/status/status.vue6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue
index 4d9e1c3c..2a17bb13 100644
--- a/src/components/status/status.vue
+++ b/src/components/status/status.vue
@@ -31,6 +31,12 @@
/>
</small>
<small
+ v-if="muteSensitiveStatuses && status.nsfw"
+ class="mute-thread"
+ >
+ {{ $t('status.sensitive_muted') }}
+ </small>
+ <small
v-if="showReasonMutedThread"
class="mute-thread"
>