Skip to content

Commit

Permalink
The min karma for eligible voting is 3
Browse files Browse the repository at this point in the history
  • Loading branch information
TimDaub committed Nov 4, 2024
1 parent f9bbc88 commit 502f180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/feed.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export function identityClassifier(upvoter) {
return {
...upvoter,
isNoun: votes > 0,
isKiwi: karmaScore > thresholdKarma,
isKiwi: karmaScore >= thresholdKarma,
};
}
export function identityFilter(upvoter, submitter) {
Expand Down

0 comments on commit 502f180

Please sign in to comment.