tangled
alpha
login
or
join now
skywatch.blue
/
skywatch-automod
7
fork
atom
A tool for parsing traffic on the jetstream and applying a moderation workstream based on regexp based rules
7
fork
atom
overview
issues
pulls
pipelines
Update lists.ts
authored by
Scarnecchia
and committed by
GitHub
1 year ago
500424e1
bb1f1661
+2
-38
1 changed file
expand all
collapse all
unified
split
src
lists.ts
+2
-38
src/lists.ts
···
2
2
3
3
export const LISTS: List[] = [
4
4
{
5
5
-
label: "blue-heart-emoji",
6
6
-
rkey: "3lfbtgosyyi22",
7
7
-
},
8
8
-
{
9
9
-
label: "troll",
10
10
-
rkey: "3lbckxhgu3r2v",
11
11
-
},
12
12
-
{
13
13
-
label: "maga-trump",
14
14
-
rkey: "3l53cjwlt4o2s",
15
15
-
},
16
16
-
{
17
17
-
label: "elon-musk",
18
18
-
rkey: "3l72tte74wa2m",
19
19
-
},
20
20
-
{
21
21
-
label: "rmve-imve",
22
22
-
rkey: "3l6tfurf7li27",
23
23
-
},
24
24
-
{
25
25
-
label: "nazi-symbolism",
26
26
-
rkey: "3l6vdudxgeb2z",
27
27
-
},
28
28
-
{
29
29
-
label: "hammer-sickle",
30
30
-
rkey: "3l4ue6w2aur2v",
31
31
-
},
32
32
-
{
33
33
-
label: "inverted-red-triangle",
34
34
-
rkey: "3l4ueabtpec2a",
35
35
-
},
36
36
-
{
37
37
-
label: "automated-reply-guy",
38
38
-
rkey: "3lch7qbvzpx23",
39
39
-
},
40
40
-
{
41
41
-
label: "terf-gc",
42
42
-
rkey: "3lcqjqjdejs2x",
5
5
+
label: "list-name",
6
6
+
rkey: "<insert-rkey-here>",
43
7
},
44
8
];