mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 20:21:25 +08:00
Merge pull request #3284 from techAPJ/patch-1
FEATURE: new site setting min_first_post_length
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user