@choom 🌟 Add a report button please, i dont know how your backend works.
But i can give a very simple example on how i would implement it myself in a simple database:

Add a table with reports, with these collumns:
- ReportId, simple auto increment
- PostId, id of reported post (could be a reference based on how your database is structured)
- Text, reason given

(sorry that im asking so much questions, i dont have a life :sob:)