Update README.md

Adds information about a minor change in the custom_emoji model that allows dashes in emoji shortcodes.
This commit is contained in:
Jeremy Kescher 2024-07-19 18:19:44 +02:00
parent 8ad361cb29
commit db7eb6c701
No known key found for this signature in database
GPG key ID: 80A419A7A613DFA4

View file

@ -45,6 +45,9 @@ instead, use merge (fast-forward, if possible, with merge commit otherwise).
- Environment variable `MASTODON_USE_LIBVIPS` is true by default.
- This is a minor change, but it _requires_ all systems running Catstodon to run a recent libvips version (8.13+).
- Vanilla Mastodon intends to deprecate ImageMagick anyway, so sooner or later, this change will cease being one.
- Allow dashes in emoji shortcodes
- This is simply to allow custom emoji compat with other fedi software.
- Original patch by hazycora: https://github.com/TheEssem/mastodon/commit/2dde7a25a47a23f827e2fd2d07f55438f9985181
## Previous differences now merged into glitch-soc