feature/nsfw-only-filtering #7

Merged
Latte merged 2 commits from feature/nsfw-only-filtering into main 2026-01-24 22:59:06 +00:00
Owner
No description provided.
Latte added 2 commits 2026-01-24 22:59:00 +00:00
Add NSFW-only filtering mode for content moderation
Some checks failed
NSFW-Only Filtering Tests / NSFW-Only Filtering Feature Tests (push) Has been cancelled
1250b5573c
- Add nsfw_only_filtering field to GuildSettings model
- Create database migration for new field (20260124_add_nsfw_only_filtering)
- Update AI moderation logic to respect NSFW-only mode
- Add Discord command !ai nsfwonly <true/false> for toggling mode
- Implement filtering logic in image analysis for both attachments and embeds
- Add comprehensive test suite for new functionality
- Update documentation with usage examples and feature description
- Create dedicated CI workflow for testing NSFW-only filtering feature

When enabled, only sexual/nude content is filtered while allowing:
- Violence and gore
- Harassment and bullying
- Hate speech
- Self-harm content
- Other content categories

This mode is useful for gaming communities and mature discussion
servers that have specific content policies allowing violence
but prohibiting sexual material.
Latte merged commit 98d50dd578 into main 2026-01-24 22:59:06 +00:00
Latte deleted branch feature/nsfw-only-filtering 2026-01-24 22:59:07 +00:00
Sign in to join this conversation.