Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update emoji-data to v15.1.1 #5182

Merged
merged 4 commits into from
Feb 18, 2024

Conversation

Nerixyz
Copy link
Contributor

@Nerixyz Nerixyz commented Feb 17, 2024

Updates emoji-data to v15.1.1. This updates the Emoji version to 15.1, although not every provider supports the new emojis. Since Twemoji is behind, I switched the default to Google's Noto Emoji.

https://pajbot.com/static/emoji-v2/img/{provider}/64/ needs to be updated. To test this locally, you can clone the https://github.com/iamcal/emoji-data repo (with --depth 1), start any HTTP server in there (e.g. python's), and add the following to the emojiSets in Emoji.cpp (optionally replace the port):

{"Twitter", "http://localhost:3000/img-twitter-64/"},
{"Facebook", "http://localhost:3000/img-facebook-64/"},
{"Apple", "http://localhost:3000/img-apple-64/"},
{"Google", "http://localhost:3000/img-google-64/"},

@pajlada
Copy link
Member

pajlada commented Feb 18, 2024

My emoji host has been updated with v15.1.1 now

Copy link
Member

@pajlada pajlada left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works as expected 👍 Thank you!

@pajlada pajlada enabled auto-merge (squash) February 18, 2024 12:54
@pajlada pajlada merged commit 641cb26 into Chatterino:master Feb 18, 2024
17 checks passed
@Nerixyz Nerixyz deleted the feat/emoji-15-and-a-half branch February 18, 2024 13:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants