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

17: Removed skywatch specific label hardcoding from checkPosts

+2 -4
+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) {