mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-30 17:01:04 +02:00
feat: min:rep:upvote, and other limits similar to downvotes
closes #10380
This commit is contained in:
@@ -77,9 +77,12 @@
|
||||
"reputation:disabled": 0,
|
||||
"downvote:disabled": 0,
|
||||
"disableSignatures": 0,
|
||||
"upvotesPerDay": 20,
|
||||
"upvotesPerUserPerDay": 6,
|
||||
"downvotesPerDay": 10,
|
||||
"downvotesPerUserPerDay": 3,
|
||||
"min:rep:downvote": 0,
|
||||
"min:rep:upvote": 0,
|
||||
"min:rep:flag": 0,
|
||||
"min:rep:profile-picture": 0,
|
||||
"min:rep:cover-picture": 0,
|
||||
|
||||
Reference in New Issue
Block a user