A tool for parsing traffic on the jetstream and applying a moderation workstream based on regexp based rules

Update lists.ts

authored by

Scarnecchia and committed by
GitHub
500424e1 bb1f1661

+2 -38
+2 -38
src/lists.ts
··· 2 2 3 3 export const LISTS: List[] = [ 4 4 { 5 - label: "blue-heart-emoji", 6 - rkey: "3lfbtgosyyi22", 7 - }, 8 - { 9 - label: "troll", 10 - rkey: "3lbckxhgu3r2v", 11 - }, 12 - { 13 - label: "maga-trump", 14 - rkey: "3l53cjwlt4o2s", 15 - }, 16 - { 17 - label: "elon-musk", 18 - rkey: "3l72tte74wa2m", 19 - }, 20 - { 21 - label: "rmve-imve", 22 - rkey: "3l6tfurf7li27", 23 - }, 24 - { 25 - label: "nazi-symbolism", 26 - rkey: "3l6vdudxgeb2z", 27 - }, 28 - { 29 - label: "hammer-sickle", 30 - rkey: "3l4ue6w2aur2v", 31 - }, 32 - { 33 - label: "inverted-red-triangle", 34 - rkey: "3l4ueabtpec2a", 35 - }, 36 - { 37 - label: "automated-reply-guy", 38 - rkey: "3lch7qbvzpx23", 39 - }, 40 - { 41 - label: "terf-gc", 42 - rkey: "3lcqjqjdejs2x", 5 + label: "list-name", 6 + rkey: "<insert-rkey-here>", 43 7 }, 44 8 ];