-
-
Notifications
You must be signed in to change notification settings - Fork 83
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
Default emojis returning a 404 image #113
Comments
Will look into this. |
able to reproduce, looking into how I can fix this. |
Looked into this a bit. I think all I need to do is implement the grabTheRightIcon(...) function from twemoji into discord-html-transcripts. I'll implement this soon and test it out. |
Issue should be fixed with that commit. Note that emojis released in Unicode/Emoji 15 still will not work as some of the people on the team to release that were laid off. |
released in 3.1.4 |
The src of the images for default emojis like
:heart:
are returning a 404 error.As far as I've seen, the CDN is working fine but instead of using URL of code points
https://twemoji.maxcdn.com/v/latest/svg/2764-fe0f.svg
it works if only the first filename part is senthttps://twemoji.maxcdn.com/v/latest/svg/2764.svg
.Maybe twemoji libary docs have more info about this.
The text was updated successfully, but these errors were encountered: