desmos-labs/mooncake

Add a reporting system

Closed this issue · 1 comments

In order to have the iOS version published on the App Store publicly, we are required to implement a reporting system that allows users to:

  1. Report posts to us for containing harming material.
  2. Hide locally such posts

A possible solution to this since we have no on-chain reporting feature yet, could be the one of sending an email for each report to us.
Hiding the post locally should be trivial.

  • Implemented the hiding of a post with 1e314ca
  • Implemented the reporting feature with 0ade19c