@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add aliases for "party" emoji (๐ŸŽ‰)

Summary:
This is currently `:tada:`, 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

+5 -1
+5 -1
resources/emoji/manifest.json
··· 1622 1622 "zipper_mouth": "\ud83e\udd10", 1623 1623 "zzz": "\ud83d\udca4", 1624 1624 "100": "\ud83d\udcaf", 1625 - "1234": "\ud83d\udd22" 1625 + "1234": "\ud83d\udd22", 1626 + 1627 + "party": "\ud83c\udf89", 1628 + "celebration": "\ud83c\udf89", 1629 + "confetti": "\ud83c\udf89" 1626 1630 }