From db7eb6c7012dab00136ca7a6115173852bf42f79 Mon Sep 17 00:00:00 2001 From: Jeremy Kescher Date: Fri, 19 Jul 2024 18:19:44 +0200 Subject: [PATCH] Update README.md Adds information about a minor change in the custom_emoji model that allows dashes in emoji shortcodes. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0a43ec2aff..573534affa 100644 --- a/README.md +++ b/README.md @@ -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