Add media attachment description limit (#1567)

* Add media `description_limit` to instance

* Add media `description_limit` to instance
This commit is contained in:
Matt Jankowski 2024-12-04 10:10:24 -05:00 committed by GitHub
parent 2e40eecb12
commit afe3b8f3f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 0 deletions

View file

@ -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,