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

10: Update constants.ts.example to add const langs

Changed files
+2 -2
src
+2 -2
src/constants.ts.example
··· 1 1 // rename this file to constants.ts 2 - 3 - 4 2 import { Checks } from "./types.js"; 5 3 6 4 export const LINK_SHORTENER = new RegExp( 7 5 "(?:https?:\\/\\/)?([^.]+\\.)?(tinyurl\\.com|bit\\.ly|goo\\.gl|g\\.co|ow\\.ly|shorturl\\.at|t\\.co)", 8 6 "i", 9 7 ); 8 + 9 + export const langs = ["eng"]; 10 10 11 11 export const PROFILE_CHECKS: Checks[] = [ 12 12 {