diff options
-rw-r--r-- | src/lib/labeling/const.ts | 2 |
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: { |