summaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorLibravatar tobi <tobi.smethurst@protonmail.com>2025-05-06 09:58:47 +0000
committerLibravatar tobi <tobi.smethurst@protonmail.com>2025-05-06 12:07:39 +0200
commit95554220f3286d20f0b65c2ce98fbcf4e9993b4d (patch)
tree4c6f2dfb31fc5a02aafadb9b4cf344558746bfcc /example
parent[feature] add ability to change s3 bucket lookup type (#4120) (diff)
downloadgotosocial-95554220f3286d20f0b65c2ce98fbcf4e9993b4d.tar.xz
[feature] Add `description_limit` to `/api/v2/instance`, increase default limit to 5k (#4140)
Closes https://codeberg.org/superseriousbusiness/gotosocial/issues/4131 by adding `description_limit` to the `api/v2/instance` response. Also increases default sizes to default status length to allow people to more easily describe things like screenshots of text. Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4140 Co-authored-by: tobi <tobi.smethurst@protonmail.com> Co-committed-by: tobi <tobi.smethurst@protonmail.com>
Diffstat (limited to 'example')
-rw-r--r--example/config.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/example/config.yaml b/example/config.yaml
index d0dcf2a26..17a57b857 100644
--- a/example/config.yaml
+++ b/example/config.yaml
@@ -580,9 +580,9 @@ media-remote-max-size: 40MiB
media-description-min-chars: 0
# Int. Maximum amount of characters permitted in an image or video description.
-# Examples: [1000, 1500, 3000]
-# Default: 1500
-media-description-max-chars: 1500
+# Examples: [1000, 5000, 10000]
+# Default: 5000
+media-description-max-chars: 5000
# Size. Max size in bytes of emojis uploaded to this instance via the admin API.
#