Skip to content

Fixes issue with emoji comments not showing correct emoji image

Phil Hughes requested to merge emoji-unicode-fix into master

Previously it would look for the unicode character inside the award menu. But this menu might not always be there.

Now, the unicode characters are loaded onto the page in an array which the award emoji that looks in to get the correct emoji unicode character

Fixes #15512 (closed)

Merge request reports