Platform Support
TypeScript’s current post query type exposes
published and reviewing as live collection feed filters. Android, iOS, and Flutter expose published, reviewing, and declined states in their review/feed status models.Parameters
Check Review Status
Read review status from a loaded post before deciding which moderation actions or labels to show.Approve or Decline
Approve or decline by post ID after your product confirms the current user should moderate that community.Query a Review Queue
Query reviewing posts for a community when building a moderation queue.Notes
- Show approve and decline actions only to users who should moderate the community.
- Approval and decline calls operate by post ID and rely on backend permission checks.
- Remove reviewed posts from local review queues after successful action, or wait for the live collection to update.
Related Topics
Query Posts
Query community feeds by review status.
Delete Posts
Remove posts during moderation.
Pinned Posts
Display pinned posts.