about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-05-04 00:22:54 -0500
committerGitHub <noreply@github.com>2023-05-04 00:22:54 -0500
commit7f88845c9b6a524d6c1b396f2387d043911ba56c (patch)
tree5376a4a46690524ce19fa3486ef2b6f640a1a906
parente2d2bbb0d593eaa3078fee9501bdf298478a8ef5 (diff)
downloadvoidsky-7f88845c9b6a524d6c1b396f2387d043911ba56c.tar.zst
Add icon-intolerant and behavior-intolerant to the political hategroup category (#579)
-rw-r--r--src/lib/labeling/const.ts2
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: {