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

Get rid of stripped-emoji.json and improve emojibase performance #9780

Closed
ara4n opened this issue May 21, 2019 · 0 comments · Fixed by matrix-org/matrix-react-sdk#3745
Closed
Assignees
Labels

Comments

@ara4n
Copy link
Member

ara4n commented May 21, 2019

We currently include emojibase's compact.json as well as our weird pregenerated stripped-emoji.json. The latter is redundant and confusing (especially as we were already shipping emojione's various JSON databases); i think we should remove it, ship only compact.json, and then generate the correct in-memory lookups at startup for doing shortcodeToUnicode and unicodeToShortcode etc.

See also matrix-org/matrix-react-sdk@b0ec594 and matrix-org/matrix-react-sdk#2995 (comment).

We should at least revisit this if/when implement emojimart as a picker as per #9484

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants