Skip to content

Commit

Permalink
Compare against main sites for flag accuracies
Browse files Browse the repository at this point in the history
  • Loading branch information
Undo1 committed May 23, 2018
1 parent f074426 commit c6c9e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/post.rb
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def autoflag
if !scaled_maxes.nil? && scaled_maxes.count == 6
# Check historical accuracy
fake_flag_condition = FlagCondition.new(
sites: Site.all,
sites: Site.mains,
max_poster_rep: post.user_reputation,
min_reason_count: 1,
min_weight: post.reasons.sum(&:weight)
Expand Down

0 comments on commit c6c9e24

Please sign in to comment.