mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-12-02 11:59:17 -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:
|
min_private_message_title_length:
|
||||||
client: true
|
client: true
|
||||||
default: 2
|
default: 2
|
||||||
|
min: 1
|
||||||
allow_uncategorized_topics:
|
allow_uncategorized_topics:
|
||||||
client: true
|
client: true
|
||||||
default: true
|
default: true
|
||||||
|
@ -1218,4 +1219,3 @@ tags:
|
||||||
client: true
|
client: true
|
||||||
remove_muted_tags_from_latest:
|
remove_muted_tags_from_latest:
|
||||||
default: false
|
default: false
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue