Posts have a minimum edit limit of 5 characters
This commit is contained in:
@ -3,4 +3,5 @@ package limits
|
||||
const (
|
||||
DefaultTextMaxLength = 100
|
||||
DefaultTextAreaMaxLength = 20000
|
||||
PostMinCharacters = 5
|
||||
)
|
||||
|
Reference in New Issue
Block a user