From cbac1b3a95d0cfa3e1e78b08c9f8de2c8e3f7aec Mon Sep 17 00:00:00 2001 From: Jeremy Kescher Date: Sat, 17 Dec 2022 11:32:53 +0100 Subject: [PATCH] Add info about emoji reactions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 646f67f217..6de0bae95a 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ I highly suggest only ever running the `main` branch in production! - RSS feeds have titles again. - Account RSS feeds show the CW (if applicable). - Tag RSS feeds show the handle (username if local, username@domain if remote) and the CW (if applicable). +- Emoji reactions on posts, developed by [https://git.bsd.gay/fef/nyastodon]. Currently pending [merge into glitch-soc](https://github.com/glitch-soc/mastodon/pull/1980). ## Previous differences now merged into glitch-soc - Fixed incorrect upload size limit display when adding new a new custom emoji. ([Pull request](https://github.com/glitch-soc/mastodon/pull/1763))