labels: add 'corpse' to 'violent' category (#802)

Overlooked this when the label was added earlier.
zio/stable
bnewbold 2023-05-30 11:43:37 -07:00 committed by GitHub
parent e58fe2e204
commit a51d5dc7e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: {