Moderation log
Every action taken on a review or forum comment — hide, remove,
restore, flag confirmed, flag dismissed — appears here. This log is
architecturally public: the moderation_action table is
readable by the anonymous role, no login required. Per MANIFESTO commitment #2: we cannot silently alter or remove reviews.
Individual review narratives are never browsable (MANIFESTO §4 —
aggregate-only public display). This log records actions
— when something was removed and why — without re-exposing the
content a reviewer meant to submit. The reason
column is authored by whoever took the action; reviews removed
for self-identification will say so without re-printing the
identifying text.
No moderation actions recorded yet. This page will populate as flags arrive and actions are taken.
Underlying source: moderation_action table in the
DrBox Supabase project. Anyone can verify by querying directly
against the anon API. Schema and RLS policy in
supabase/migrations/0006_review_store_rls.sql and
0007_user_content_schema.sql.