mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 19:53:53 -06:00
FIX: add minimum value for min_private_message_title_length
This commit is contained in:
parent
ba447bdca5
commit
29ca2f11ba
@ -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 New Issue
Block a user