From dcfa690bfd2c6929612c1119a33aeff88c81784a Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 21 Sep 2025 17:55:01 -0700 Subject: feat(rmr): Allow in-character posts without media if lengthy --- env.example | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'env.example') diff --git a/env.example b/env.example index ed883fe..fdf9ffb 100644 --- a/env.example +++ b/env.example @@ -39,6 +39,10 @@ DRY_RUN=false # Mod mail reasoning level (0=none, 1=brief, 2=full) REASONING_LEVEL=2 +# Media Requirement Settings +# Minimum character length for roleplay posts to not require media (default: 200) +MIN_ROLEPLAY_LENGTH_WITHOUT_MEDIA=200 + # Discord Webhook Configuration # Discord webhook URL for logging moderation actions DISCORD_WEBHOOK_URL=your_discord_webhook_url_here -- cgit v1.2.3