From a51d5dc7e2a104faba9c19432190f86647dd49d2 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Tue, 30 May 2023 11:43:37 -0700 Subject: [PATCH] labels: add 'corpse' to 'violent' category (#802) Overlooked this when the label was added earlier. --- src/lib/labeling/const.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/labeling/const.ts b/src/lib/labeling/const.ts index b2638812..e406d71a 100644 --- a/src/lib/labeling/const.ts +++ b/src/lib/labeling/const.ts @@ -62,7 +62,7 @@ export const CONFIGURABLE_LABEL_GROUPS: Record< title: 'Violent / Bloody', subtitle: 'Gore, self-harm, torture', warning: 'Violence', - values: ['gore', 'self-harm', 'torture', 'nsfl'], + values: ['gore', 'self-harm', 'torture', 'nsfl', 'corpse'], isAdultImagery: true, }, hate: {