diff options
| author | Henry Jameson <me@hjkos.com> | 2024-04-24 15:22:19 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-04-24 15:22:19 +0300 |
| commit | 046678086fcdddf05c2c10f3494bf87e67f2fd6a (patch) | |
| tree | 05bb24492dc8455df3be0d9e3412f2b51b8666f6 /src/components/status/status.vue | |
| parent | 59656af44cf64069437eda1708b02c7a53788941 (diff) | |
add explanation to why post is muted for sensitive muting
Diffstat (limited to 'src/components/status/status.vue')
| -rw-r--r-- | src/components/status/status.vue | 6 |
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" > |
