Merge pull request #1670 from thelounge/xpaw/fix-emoji
Generate correct emoji unicode
This commit is contained in:
commit
a7666a5d56
File diff suppressed because it is too large
Load Diff
@ -20,7 +20,7 @@ request.get({
|
||||
continue;
|
||||
}
|
||||
|
||||
const unicode = stringToUnicode(key);
|
||||
const unicode = stringToUnicode(emojiStrategy[key].unicode_output);
|
||||
|
||||
emojiMap[shortname] = unicode;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user