Bump emoji requirement to Unicode 9

This commit is contained in:
Misty De Meo 2017-01-04 22:47:51 -08:00
parent c318e6e42e
commit 53b765f4b1
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ let emoji_version = detectVersion();
export default function emojify(text) {
// Browser too old to support native emoji
if (emoji_version < 6.1) {
if (emoji_version < 9.0) {
return emojione.toImage(text);
// Convert short codes into native emoji
} else {