Re-enable category threshold check
This was disabled for testing reasons.
This commit is contained in:
parent
36e79a1504
commit
6efb8d806d
@ -195,7 +195,7 @@ public class ReportManager {
|
|||||||
incrementTotalStat(reporter.getName());
|
incrementTotalStat(reporter.getName());
|
||||||
|
|
||||||
// only start notifying staff when
|
// only start notifying staff when
|
||||||
if (/*report.getReporters().size() >= category.getNotifyThreshold()*/true) // TODO REMVOE
|
if (report.getReporters().size() >= category.getNotifyThreshold())
|
||||||
{
|
{
|
||||||
if (report.getCategory() == ReportCategory.CHAT_ABUSE)
|
if (report.getCategory() == ReportCategory.CHAT_ABUSE)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user