1
0
mirror of https://github.com/mastodon/documentation synced 2025-04-11 22:56:17 +02:00

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

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 {