Merge pull request #1670 from thelounge/xpaw/fix-emoji

Generate correct emoji unicode
This commit is contained in:
Jérémie Astori 2017-10-29 14:58:20 -04:00 committed by GitHub
commit a7666a5d56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 415 additions and 415 deletions

File diff suppressed because it is too large Load diff

View file

@ -20,7 +20,7 @@ request.get({
continue;
}
const unicode = stringToUnicode(key);
const unicode = stringToUnicode(emojiStrategy[key].unicode_output);
emojiMap[shortname] = unicode;