Re-enable category threshold check

This was disabled for testing reasons.
This commit is contained in:
Keir Nellyer 2016-04-09 00:02:59 +01:00
parent 36e79a1504
commit 6efb8d806d
No known key found for this signature in database
GPG Key ID: A2F398FC8175E3D9
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ public class ReportManager {
incrementTotalStat(reporter.getName());
// 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)
{