Skip to content

Report content or members to group moderators #27

@mayel

Description

@mayel

"As a group member, I want to report problematic content or behavior to the group's moderators specifically, rather than (or in addition to) instance admins."

We need group-scoped flagging with:

  • Separate reports queue per group
  • Reports can go to group mods, instance admins, or both
  • Mods can escalate to instance admins

Suggested representation:

Use the existing Flag activity addressed to the group, and with moderators (or moderator collections in cc for broad compatibility:

{
  "type": "Flag",
  "actor": "https://remote.example/users/reporter",
  "object": "https://example.org/posts/problematic",
  "to": "https://example.org/groups/1",
  "cc": ["https://example.org/groups/1/attributedTo", "https://example.org/actors/alice"],
  "content": "This violates the group's code of conduct"
}

The group's home server:

  1. Receives the Flag in group's inbox
  2. Routes to group moderators
  3. Optionally can be escalated to instance admins

Open questions:

  • Should we expose inbox (depending on permissions verified by HTTP Signatures) for cross-instance moderation?
  • Standard vocabulary for report reasons?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions