Skip to content

Commit

Permalink
Update reputation_changes.yaml
Browse files Browse the repository at this point in the history
Remove the loss of self-reputation for vote_down.
Set the action_banned losses to the same value.
Remove the gain of reputation for email confirmation.
  • Loading branch information
Nevjoia authored Nov 30, 2024
1 parent 401b211 commit 3c9dbfd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions apps/cf/priv/reputation_changes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@ revert_vote_up:
# Vote DOWN. Please ensure vote_down and revert_vote_down values match !

vote_down:
comment: [-1, -2]
fact: [-1, -3]
comment: [0, -2]
fact: [0, -3]

revert_vote_down:
comment: [+1 , +2]
fact: [+1 , +3]
comment: [0 , +2]
fact: [0 , +3]

# ---- Moderation ----

# Target user got its comment banned

action_banned_bad_language: [0, -25]
action_banned_spam: [0, -30]
action_banned_spam: [0, -25]
action_banned_irrelevant: [0, -10]
action_banned_not_constructive: [0, -5]

Expand All @@ -39,4 +39,4 @@ confirmed_flag: [0, +3]

# ---- Misc ----

email_confirmed: [0, +15]
email_confirmed: [0, 0]

0 comments on commit 3c9dbfd

Please sign in to comment.