From 7bdd3f657f9ecd2cb93245aebc6010c78c0c6ec8 Mon Sep 17 00:00:00 2001 From: Skunk Date: Wed, 15 Feb 2017 16:23:33 -0800 Subject: [PATCH] Use tags instead of aliases for laugh and hooray MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As mentioned by @mislav in github/gemoji#116, too many aliases can be tricky, but tags don’t need to be unique. Therefore, replace new aliases with new tags for the recently changed πŸ˜„ and πŸŽ‰ emoji. --- db/emoji.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/db/emoji.json b/db/emoji.json index 20a183c..79e4591 100644 --- a/db/emoji.json +++ b/db/emoji.json @@ -34,11 +34,11 @@ , "category": "People" , "aliases": [ "smile" - , "laugh" ] , "tags": [ "happy" , "joy" + , "laugh" , "pleased" ] , "unicode_version": "6.0" @@ -10590,10 +10590,10 @@ , "category": "Objects" , "aliases": [ "tada" - , "hooray" ] , "tags": [ - "party" + "hooray" + , "party" ] , "unicode_version": "6.0" , "ios_version": "6.0"