tangled
alpha
login
or
join now
skywatch.blue
/
skywatch-automod
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
Remove unused LINK_SHORTENER constant
Skywatch
2 months ago
f82874d3
f629f129
options
unified
split
Changed files
-4
rules
constants.ts
-4
rules/constants.ts
···
6
6
export const GLOBAL_ALLOW: string[] = [
7
7
// Example: "did:plc:example123",
8
8
];
9
9
-
10
10
-
export const LINK_SHORTENER: string[] = [
11
11
-
// Example: "did:plc:example123",
12
12
-
];