Skip to content

Commit

Permalink
Update calc-confidence-value.js
Browse files Browse the repository at this point in the history
Lowering followers cutoff from 100 to 10. Some real people with twitter account of less than 100 followers should be able to vouch. They will still get a low vouch value, but I think is more fair to still give them some points.
  • Loading branch information
simoamico94 authored Dec 15, 2024
1 parent e1b095e commit 7799866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/lib/calc-confidence-value.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const VERIFIED_WEIGHT = 1;

const CUTOFF_PARAMS = {
'followers_count': 100,
'followers_count': 10,
'tweet_count': 10,
// 'listed_count': 0,
// 'like_count': 100,
Expand Down

0 comments on commit 7799866

Please sign in to comment.