How to make sure your custom emojis are also seen on #Mastodon?
Size Limit is 256kB
Image format must be png, gif or webp
Only Letters Numbers and Underscore are allowed for the shortcode
https://github.com/mastodon/mastodon/blob/main/app/models/custom_emoji.rb#L39
#Sharkey #GoToSocial #Misskey #Pleroma #Akkoma
Size Limit is 256kB
LIMIT = 256.kilobytesImage format must be png, gif or webp
IMAGE_MIME_TYPES = %w(image/png image/gif image/webp).freezeOnly Letters Numbers and Underscore are allowed for the shortcode
SHORTCODE_RE_FRAGMENT = '[a-zA-Z0-9_]{2,}'https://github.com/mastodon/mastodon/blob/main/app/models/custom_emoji.rb#L39
#Sharkey #GoToSocial #Misskey #Pleroma #Akkoma



