2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

Merge pull request #3284 from techAPJ/patch-1

FEATURE: new site setting min_first_post_length
This commit is contained in:
Régis Hanol 2015-03-19 19:55:27 +01:00
commit 5084e2bdf1
8 changed files with 41 additions and 6 deletions

View file

@ -99,6 +99,7 @@ class ImportScripts::Base
email_domains_blacklist: '',
min_topic_title_length: 1,
min_post_length: 1,
min_first_post_length: 1,
min_private_message_post_length: 1,
min_private_message_title_length: 1,
allow_duplicate_topic_titles: true,