Add media attachment description limit (#1567)
* Add media `description_limit` to instance * Add media `description_limit` to instance
This commit is contained in:
parent
2e40eecb12
commit
afe3b8f3f0
2 changed files with 9 additions and 0 deletions
|
@ -122,6 +122,7 @@ Obtain general information about the server.
|
|||
"audio/3gpp",
|
||||
"video/x-ms-asf"
|
||||
],
|
||||
"description_limit": 1500,
|
||||
"image_size_limit": 10485760,
|
||||
"image_matrix_limit": 16777216,
|
||||
"video_size_limit": 41943040,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue