mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
FEATURE: prevent 0 length setting in message len
This commit is contained in:
parent
72293073f6
commit
586ce668f8
1 changed files with 2 additions and 0 deletions
|
@ -288,11 +288,13 @@ users:
|
|||
posting:
|
||||
min_post_length:
|
||||
client: true
|
||||
min: 1
|
||||
default:
|
||||
test: 5
|
||||
default: 20
|
||||
min_private_message_post_length:
|
||||
client: true
|
||||
min: 1
|
||||
default:
|
||||
test: 5
|
||||
default: 10
|
||||
|
|
Loading…
Reference in a new issue