Skip to content

Commit

Permalink
Updated the Intelligent Blacklist for Sentinel
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhargav-Rao committed Jul 12, 2018
1 parent 4185776 commit 1cc173e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ public static long addSentinel(PostReport report, String sitename, String siteur
reason = "User Mentioned";
if(reason.startsWith("Piled symbols"))
reason = "Piled symbols";
if(reason.startsWith("Intelli"))
reason = "IntelliBL";
reasons.add(reason);
}

Expand Down

0 comments on commit 1cc173e

Please sign in to comment.