Posts have a minimum edit limit of 5 characters

This commit is contained in:
2020-04-14 09:11:38 +09:00
parent 8258b7c544
commit 42366174e5
4 changed files with 18 additions and 3 deletions

View File

@ -3,4 +3,5 @@ package limits
const (
DefaultTextMaxLength = 100
DefaultTextAreaMaxLength = 20000
PostMinCharacters = 5
)