mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: scale up likes per day as users increase trust level
tl2 = 1.5 times the likes tl3 = 2 times the likes tl4 = 3 times the likes configurable via tl[234]_additional_likes_per_day_multiplier site setting
This commit is contained in:
@@ -808,6 +808,10 @@ en:
|
||||
max_topics_in_first_day: "The maximum number of topics a user is allowed to create in their first day on the site"
|
||||
max_replies_in_first_day: "The maximum number of replies a user is allowed to create in their first day on the site"
|
||||
|
||||
tl2_additional_likes_per_day_multiplier: "Increase limit of likes per day for tl2 (member) by multiplying with this number"
|
||||
tl3_additional_likes_per_day_multiplier: "Increase limit of likes per day for tl3 (regular) by multiplying with this number"
|
||||
tl4_additional_likes_per_day_multiplier: "Increase limit of likes per day for tl4 (leader) by multiplying with this number"
|
||||
|
||||
num_flags_to_block_new_user: "If a new user's posts get this many spam flags from num_users_to_block_new_user different users, hide all their posts and prevent future posting. 0 to disable."
|
||||
num_users_to_block_new_user: "If a new user's posts get num_flags_to_block_new_user spam flags from this many different users, hide all their posts and prevent future posting. 0 to disable."
|
||||
notify_mods_when_user_blocked: "If a user is automatically blocked, send a message to all moderators."
|
||||
|
||||
@@ -675,6 +675,9 @@ rate_limits:
|
||||
max_invites_per_day: 10
|
||||
max_topics_in_first_day: 5
|
||||
max_replies_in_first_day: 10
|
||||
tl2_additional_likes_per_day_multiplier: 1.5
|
||||
tl3_additional_likes_per_day_multiplier: 2
|
||||
tl4_additional_likes_per_day_multiplier: 3
|
||||
|
||||
developer:
|
||||
force_hostname:
|
||||
|
||||
Reference in New Issue
Block a user