about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2023-05-30 11:43:37 -0700
committerGitHub <noreply@github.com>2023-05-30 13:43:37 -0500
commita51d5dc7e2a104faba9c19432190f86647dd49d2 (patch)
tree96b3373821cc0136add892c976862fb438320bf8 /src
parente58fe2e20479adc891860b1f47eaea667b9a1f62 (diff)
downloadvoidsky-a51d5dc7e2a104faba9c19432190f86647dd49d2.tar.zst
labels: add 'corpse' to 'violent' category (#802)
Overlooked this when the label was added earlier.
Diffstat (limited to 'src')
-rw-r--r--src/lib/labeling/const.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/labeling/const.ts b/src/lib/labeling/const.ts
index b26388123..e406d71ad 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: {