From 83b1c0289744aa924ca5192d6c192177631f26fc Mon Sep 17 00:00:00 2001 From: Etienne Lemay Date: Fri, 17 Mar 2017 09:02:53 -0400 Subject: [PATCH] Include unified in sanitized data [Close #51] --- src/utils/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/index.js b/src/utils/index.js index 5078e68..fc24528 100644 --- a/src/utils/index.js +++ b/src/utils/index.js @@ -27,6 +27,7 @@ function sanitize(emoji) { name, colons, emoticons, + unified: unified.toLowerCase(), skin: skin_tone || (skin_variations ? 1 : null), native: unifiedToNative(unified), }