mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 19:53:53 -06:00
FEATURE: prevent 0 length setting in message len
This commit is contained in:
parent
72293073f6
commit
586ce668f8
@ -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 New Issue
Block a user