Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Twemoji
This updates Twemoji with the SVGs from the Twemoji repo at
v12.1.5
.Previous version in Mastodon was 12.1.3, so the most noticeable change with this one is the inclusion of gender-inclusive/gender-neutral designs, so that you'll see a difference between, for example, 🙋 without gender modifiers and 🙋♀️, with gender modifier (you won't see that difference here on the Github website).
emoji_map.json
was also updated to Unicode 12, from 11.Emoji picker
I did not update the emoji picker, as that's an external dependency. While the spritesheet that the picker uses is distributed in this repo, the data for the picker comes with the picker package (Gargron/emoji-mart).
New data could be grabbed from the upstream emoji-mart repo, while new sheets could be grabbed from iamcal/emoji-data, which is what emoji-mart uses.
This is something that should probably be eventually updated, especially after the Unicode 13 release and subsequent Twemoji updates, which will happen sometime starting in March.