mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
FIX: add minimum value for min_private_message_title_length
This commit is contained in:
parent
ba447bdca5
commit
29ca2f11ba
1 changed files with 1 additions and 1 deletions
|
@ -407,6 +407,7 @@ posting:
|
|||
min_private_message_title_length:
|
||||
client: true
|
||||
default: 2
|
||||
min: 1
|
||||
allow_uncategorized_topics:
|
||||
client: true
|
||||
default: true
|
||||
|
@ -1218,4 +1219,3 @@ tags:
|
|||
client: true
|
||||
remove_muted_tags_from_latest:
|
||||
default: false
|
||||
|
||||
|
|
Loading…
Reference in a new issue