From a1a12abcd5751ca20597afd3eb787812d1262efa Mon Sep 17 00:00:00 2001 From: hina Date: Tue, 19 Mar 2019 05:10:40 +0900 Subject: [PATCH] keep short_names on sanitize --- src/utils/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/index.js b/src/utils/index.js index 6682c62..895b98e 100644 --- a/src/utils/index.js +++ b/src/utils/index.js @@ -31,6 +31,7 @@ function sanitize(emoji) { return { id, name, + short_names, colons, emoticons, custom,