From 8086558dbfb3089347252b1d36c56678291f6fde Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Fri, 15 Dec 2023 18:09:35 +0100 Subject: [PATCH] typo --- conf/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.yaml b/conf/config.yaml index 1a2cceb..a926a20 100644 --- a/conf/config.yaml +++ b/conf/config.yaml @@ -443,7 +443,7 @@ media-description-max-chars: __MEDIA_DESCRIPTION_MAX_CHARS__ # 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 # for good interoperability. Raising this limit may cause issues with federation -# of your emojis to other instances, so beware.media-emoji-remote-max-size: 102400 +# of your emojis to other instances, so beware. # Examples: [51200, 102400] # Default: 51200 media-emoji-local-max-size: __MEDIA_EMOJI_LOCAL_MAX_SIZE__