You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 22, 2026. It is now read-only.
For any queries, or anything, join out [Telegram Group](https://t.me/shogenlabs) or contact [Poulav](https://t.me/impoulav), [Soham](https://t.me/tosoham) or [Rahul](https://t.me/darkdanate)
Title
Comments API: Threaded Discussions Under Reviews
Description
Type of Issue: Feature / Backend / API / Moderation
Directory:
anon/backendTask :
Tables:
comments {id, post_id, parent_id?, user_id, text_sanitized, status, created_at},comments_audit.Endpoints:
POST /posts/{id}/commentsGET /posts/{id}/comments?cursor=&limit=(tree → flattened with depth & parent ids)DELETE /comments/{id}(author soft delete → 410)Apply toxicity/PII checks; integrate with reports (
POST /reportsworks on comments too).Current:
Expected: