Skip to content

Commit

Permalink
moderation: add missing "spam_link" score
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Nov 4, 2024
1 parent 92df926 commit 4dbc439
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions site/zenodo_rdm/moderation/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"""Safe domains for links."""

MODERATION_SCORES = {
"spam_link": 8,
"ham_link": -3,
"excess_links": 5,
"spam_emoji": 5,
Expand Down

0 comments on commit 4dbc439

Please sign in to comment.