From 7f88845c9b6a524d6c1b396f2387d043911ba56c Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Thu, 4 May 2023 00:22:54 -0500 Subject: [PATCH] Add icon-intolerant and behavior-intolerant to the political hategroup category (#579) --- src/lib/labeling/const.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/labeling/const.ts b/src/lib/labeling/const.ts index 6670e541..f219cdb7 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: {