diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2024-04-28 17:29:17 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2024-04-28 17:29:17 +0000 |
| commit | 3056017f8e35c98a7fb42162c7e3460a4ebab619 (patch) | |
| tree | cf94fe937a959118d7b10528846029a1b4f0ed08 /src/components/status/status.vue | |
| parent | 36f2fef55ab370cc51f1ff81b419f28e2f50409b (diff) | |
| parent | 64732604871f23734f5600810e165b625d15ffda (diff) | |
Merge branch 'eintei-port-mute-nsfw' into 'develop'
Ability to mute nsfw posts
Closes #1288
See merge request pleroma/pleroma-fe!1913
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" > |
