From 7a7c234909c1fd98dac656d5dcd95d735230fd6e Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Fri, 8 Mar 2024 10:15:17 -0600 Subject: [PATCH] Remove deprecated global labels --- src/lib/moderation/useGlobalLabelStrings.ts | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/src/lib/moderation/useGlobalLabelStrings.ts b/src/lib/moderation/useGlobalLabelStrings.ts index ab5ab18466..6b936723dd 100644 --- a/src/lib/moderation/useGlobalLabelStrings.ts +++ b/src/lib/moderation/useGlobalLabelStrings.ts @@ -18,12 +18,6 @@ export function useGlobalLabelStrings(): GlobalLabelStrings { name: _(msg`Content Blocked`), description: _(msg`This content has been hidden by the moderators.`), }, - '!no-promote': { - name: _(msg`Moderator Filter`), - description: _( - msg`Moderator has chosen to filter the content from feeds.`, - ), - }, '!warn': { name: _(msg`Content Warning`), description: _( @@ -36,18 +30,6 @@ export function useGlobalLabelStrings(): GlobalLabelStrings { msg`This user has requested that their content only be shown to signed-in users.`, ), }, - 'dmca-violation': { - name: _(msg`Copyright Violation`), - description: _( - msg`This content has received a DMCA takedown request. It will be restored if the concerns can be resolved.`, - ), - }, - doxxing: { - name: _(msg`Doxxing`), - description: _( - msg`This content has been reported to include private information about someone without their consent.`, - ), - }, porn: { name: _(msg`Pornography`), description: _(msg`Explicit sexual images.`),