From 4b0eefbcc9c30f1f34092be89a83936ab9ca04ed Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Fri, 23 Feb 2024 19:28:09 +0100 Subject: [chore] Increase default max image description to 1500 chars, collapse cw char count into status (#2682) * [chore] Make default max image description 1500 chars, collapse cw char count into status * oops * tests --- docs/configuration/media.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/configuration/media.md') diff --git a/docs/configuration/media.md b/docs/configuration/media.md index 2bbdff420..d02acc480 100644 --- a/docs/configuration/media.md +++ b/docs/configuration/media.md @@ -25,9 +25,9 @@ media-video-max-size: 41943040 media-description-min-chars: 0 # Int. Maximum amount of characters permitted in an image or video description. -# Examples: [500, 1000, 1500] -# Default: 500 -media-description-max-chars: 500 +# Examples: [1000, 1500, 3000] +# Default: 1500 +media-description-max-chars: 1500 # Int. Max size in bytes of emojis uploaded to this instance via the admin API. # The default is the same as the Mastodon size limit for emojis (50kb), which allows -- cgit v1.2.3