mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-09 16:32:39 +01:00
Add aliases for "party" emoji (🎉)
Summary: This is currently `🎉`, which I'd never have guessed. (This isn't a super scalable approach, but this emoji is in particularly common use. See also T12644.) Test Plan: Typed `:party`, `:confet`, etc. Reviewers: amckinley Reviewed By: amckinley Differential Revision: https://secure.phabricator.com/D18993
This commit is contained in:
parent
7e6bae471c
commit
b3880975e5
1 changed files with 5 additions and 1 deletions
|
@ -1622,5 +1622,9 @@
|
||||||
"zipper_mouth": "\ud83e\udd10",
|
"zipper_mouth": "\ud83e\udd10",
|
||||||
"zzz": "\ud83d\udca4",
|
"zzz": "\ud83d\udca4",
|
||||||
"100": "\ud83d\udcaf",
|
"100": "\ud83d\udcaf",
|
||||||
"1234": "\ud83d\udd22"
|
"1234": "\ud83d\udd22",
|
||||||
|
|
||||||
|
"party": "\ud83c\udf89",
|
||||||
|
"celebration": "\ud83c\udf89",
|
||||||
|
"confetti": "\ud83c\udf89"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue