You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: