2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

Merge pull request #5615 from jjaffeux/puke

Adds :puke: as alias to :face_vomiting:
This commit is contained in:
Guo Xiang Tan 2018-02-27 10:20:54 +08:00 committed by GitHub
commit cb0c443343
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 4 additions and 0 deletions

View file

@ -6758,6 +6758,9 @@
], ],
"fleur_de_lis": [ "fleur_de_lis": [
"fleur-de-lis" "fleur-de-lis"
],
"face_vomiting": [
"puke"
] ]
} }
} }

View file

@ -199,6 +199,7 @@ EMOJI_ALIASES ||= {
"new_moon" => [ "moon" ], "new_moon" => [ "moon" ],
"oncoming_automobile" => [ "car", "automobile" ], "oncoming_automobile" => [ "car", "automobile" ],
"fleur_de_lis" => [ "fleur-de-lis" ], "fleur_de_lis" => [ "fleur-de-lis" ],
"face_vomiting" => [ "puke" ]
} }
EMOJI_GROUPS ||= [ EMOJI_GROUPS ||= [

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 844 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 844 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 938 B