Merge pull request #5172 from vector-im/sync-emojis

Sync Emojis
This commit is contained in:
Benoit Marty 2022-02-14 11:43:21 +01:00 committed by GitHub
commit 3547926c25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 26 additions and 13 deletions

View File

@ -2475,9 +2475,11 @@
"b": "1F636-200D-1F32B-FE0F", "b": "1F636-200D-1F32B-FE0F",
"j": [ "j": [
"absentminded", "absentminded",
"face in clouds",
"face in the fog", "face in the fog",
"head in clouds" "head in clouds",
"shower",
"steam",
"dream"
] ]
}, },
"smirking-face": { "smirking-face": {
@ -2536,12 +2538,14 @@
"b": "1F62E-200D-1F4A8", "b": "1F62E-200D-1F4A8",
"j": [ "j": [
"exhale", "exhale",
"face exhaling",
"gasp", "gasp",
"groan", "groan",
"relief", "relief",
"whisper", "whisper",
"whistle" "whistle",
"relieve",
"tired",
"sigh"
] ]
}, },
"lying-face": { "lying-face": {
@ -2745,11 +2749,15 @@
"b": "1F635-200D-1F4AB", "b": "1F635-200D-1F4AB",
"j": [ "j": [
"dizzy", "dizzy",
"face with spiral eyes",
"hypnotized", "hypnotized",
"spiral", "spiral",
"trouble", "trouble",
"whoa" "whoa",
"sick",
"ill",
"confused",
"nauseous",
"nausea"
] ]
}, },
"exploding-head": { "exploding-head": {
@ -3704,10 +3712,11 @@
"j": [ "j": [
"burn", "burn",
"heart", "heart",
"heart on fire",
"love", "love",
"lust", "lust",
"sacred heart" "sacred heart",
"passionate",
"enthusiastic"
] ]
}, },
"mending-heart": { "mending-heart": {
@ -3717,10 +3726,12 @@
"healthier", "healthier",
"improving", "improving",
"mending", "mending",
"mending heart",
"recovering", "recovering",
"recuperating", "recuperating",
"well" "well",
"broken heart",
"bandage",
"wounded"
] ]
}, },
"red-heart": { "red-heart": {
@ -4748,7 +4759,8 @@
"j": [ "j": [
"beard", "beard",
"man", "man",
"man: beard" "man: beard",
"facial hair"
] ]
}, },
"woman-beard": { "woman-beard": {
@ -4757,7 +4769,8 @@
"j": [ "j": [
"beard", "beard",
"woman", "woman",
"woman: beard" "woman: beard",
"facial hair"
] ]
}, },
"man-red-hair": { "man-red-hair": {

File diff suppressed because one or more lines are too long