Content Moderation
The moderation system provides tools for managing community content and member behavior.
Moderation Dashboard
Access at /admin/moderation. Shows:
- Reports queue — content flagged by members, sorted by status (new, in-progress, resolved)
- File reports — flagged file uploads
- Mod actions log — recent moderation actions by all moderators
Report Workflow
- Member reports content (post, thread, file, photo, listing, user)
- Report appears in the moderation queue with reason and details
- Moderator reviews and takes action:
- Dismiss — no action needed, close the report
- Warn — issue a warning to the user
- Delete — remove the reported content
- Suspend — temporarily restrict the user
- Ban — permanently ban the user
- Shadow ban — user can still post but content is invisible to others
- Reporter receives notification of the outcome
Content Filters
Global content filters at /admin/content-filters:
- Filter groups — organize filters by purpose (spam, slurs, etc.)
- Regex patterns — match against post content on save
- Auto-actions — block, flag, or log matches
Escalation
Moderators can escalate issues to platform administrators when they need higher-level intervention. Escalations appear in the platform-admin escalation queue at admin.mobieus.io/escalations.
Public Moderation Log
A sanitized, read-only log of moderation actions at /mod/public-log. Shows action type, moderator name, and timestamp. Does not expose IPs, emails, or free-text details.
## Content Moderation The moderation system provides tools for managing community content and member behavior. ### Moderation Dashboard Access at `/admin/moderation`. Shows: - **Reports queue** — content flagged by members, sorted by status (new, in-progress, resolved) - **File reports** — flagged file uploads - **Mod actions log** — recent moderation actions by all moderators ### Report Workflow 1. Member reports content (post, thread, file, photo, listing, user) 2. Report appears in the moderation queue with reason and details 3. Moderator reviews and takes action: - **Dismiss** — no action needed, close the report - **Warn** — issue a warning to the user - **Delete** — remove the reported content - **Suspend** — temporarily restrict the user - **Ban** — permanently ban the user - **Shadow ban** — user can still post but content is invisible to others 4. Reporter receives notification of the outcome ### Content Filters Global content filters at `/admin/content-filters`: - **Filter groups** — organize filters by purpose (spam, slurs, etc.) - **Regex patterns** — match against post content on save - **Auto-actions** — block, flag, or log matches ### Escalation Moderators can escalate issues to platform administrators when they need higher-level intervention. Escalations appear in the platform-admin escalation queue at `admin.mobieus.io/escalations`. ### Public Moderation Log A sanitized, read-only log of moderation actions at `/mod/public-log`. Shows action type, moderator name, and timestamp. Does not expose IPs, emails, or free-text details.