diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-05-04 00:22:54 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-04 00:22:54 -0500 |
commit | 7f88845c9b6a524d6c1b396f2387d043911ba56c (patch) | |
tree | 5376a4a46690524ce19fa3486ef2b6f640a1a906 /src | |
parent | e2d2bbb0d593eaa3078fee9501bdf298478a8ef5 (diff) | |
download | voidsky-7f88845c9b6a524d6c1b396f2387d043911ba56c.tar.zst |
Add icon-intolerant and behavior-intolerant to the political hategroup category (#579)
Diffstat (limited to 'src')
-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 6670e5413..f219cdb79 100644 --- a/src/lib/labeling/const.ts +++ b/src/lib/labeling/const.ts @@ -57,7 +57,7 @@ export const CONFIGURABLE_LABEL_GROUPS: Record< id: 'hate', title: 'Political Hate-Groups', warning: 'Hate', - values: ['icon-kkk', 'icon-nazi'], + values: ['icon-kkk', 'icon-nazi', 'icon-intolerant', 'behavior-intolerant'], imagesOnly: false, }, spam: { |