Skip to content
Snippets Groups Projects
Commit 53b765f4 authored by Misty De Meo's avatar Misty De Meo
Browse files

Bump emoji requirement to Unicode 9

parent c318e6e4
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment