• Jacob Schatz's avatar
    Merge branch 'emoji-unicode-fix' into 'master' · 8fc0eed3
    Jacob Schatz authored
    Fixes issue with emoji comments not showing correct emoji image
    
    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
    
    See merge request !3885
    8fc0eed3
awards_handler.coffee 6.36 KB