# Overview ### Currently we have two different roles for a community moderator 1. Moderate Post 2. Moderate Comment ### They are unnecessary and the work can be done with just a single role - Community moderator # How to Solve 1. In roles.models we have defined the roles 2. Cooment out both the roles 3. Add a new role for community moderator 4. Make changes everywhere else in the code replacing those 2 roles with the new single role
Overview
Currently we have two different roles for a community moderator
They are unnecessary and the work can be done with just a single role - Community moderator
How to Solve