Skip to content

Commit 9ba1f47

Browse files
authored
✨ Add self-harm to list of configurable media filters (#276)
1 parent a28c3a5 commit 9ba1f47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/common/labels/util.ts

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ export const labelsRequiringMediaFilter = [
6969
LABELS.porn.identifier,
7070
LABELS.nudity.identifier,
7171
LABELS.sexual.identifier,
72+
'self-harm',
7273
]
7374

7475
export type GraphicMediaFilter = 'blur' | 'grayscale' | 'translucent'

0 commit comments

Comments
 (0)