From 3c0af1067638fb0bf2f54d0b1d6de0cd5e24dba3 Mon Sep 17 00:00:00 2001 From: Jeremy Kescher Date: Sat, 17 Dec 2022 12:35:52 +0100 Subject: [PATCH] Reword the info for emoji reactions a bit lol --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6de0bae95a..5b007cdf30 100644 --- a/README.md +++ b/README.md @@ -26,7 +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). +- Emoji reactions on posts, a feature originally developed for [Nyastodon](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))