Space moderators and admins can review and act on content in their space. Moderation includes directly approving or removing entities and comments, as well as handling reports submitted by members.
Direct Moderation
Moderators can act on specific entities or comments without a report being filed:
Both hooks require the caller to be a moderator or admin of the space.
Handling Reports
When members report content, moderators receive those reports and can resolve them:
Fetching Reports
Use useFetchModeratedReports to retrieve pending reports for a space:
Reports appear in the list until they are resolved. Filter by status: "pending" in your UI to show actionable items.
Chat Moderation
Spaces with integrated chat also support message moderation via the API. See the Space Chat API for details on moderating chat messages within a space.
Hook Reference