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

Merge pull request #18 from skywatch-bsky/17

17: Removed skywatch specific label hardcoding from checkPosts

authored by Scarnecchia and committed by GitHub 58bebd52 91c0923b

Changed files
+2 -4
src
+2 -4
src/checkPosts.ts
··· 51 51 (postCheck) => postCheck.label === label, 52 52 ); 53 53 54 - if (label === "contains-slur" || label === "monitor-slur") { 55 - if (!langs.includes(lang)) { 56 - return; 57 - } 54 + if (!langs.includes(lang)) { 55 + return; 58 56 } 59 57 60 58 if (checkPost?.ignoredDIDs) {