Merge branch 'develop' of gitlab.com:soapbox-pub/strfry-policies into develop

This commit is contained in:
Alex Gleason 2023-03-11 23:43:54 -06:00
commit b9c55838b9
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

View File

@ -1,7 +1,7 @@
#!/usr/bin/env -S deno run
import { readLines } from 'https://deno.land/std@0.178.0/io/mod.ts';
const HELLTHREAD_LIMIT = Number(Deno.env.get('HELLTHREAD_LIMIT') || 20);
const HELLTHREAD_LIMIT = Number(Deno.env.get('HELLTHREAD_LIMIT') || 100);
interface InputMessage {
type: 'new' | 'lookback';