@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.

Give Config the "✨" (SPARKLE LIKE NEW) emoji instead of "☺" (STUPID LOOKING FACE)

Summary: Fixes T13171. Open to suggestions but that face looks real, real dumb on High Sierra.

Test Plan: Visited Config, saw a serious professional emoji in the page title.

Reviewers: amckinley

Reviewed By: amckinley

Maniphest Tasks: T13171

Differential Revision: https://secure.phabricator.com/D19530

+1 -1
+1 -1
src/applications/config/application/PhabricatorConfigApplication.php
··· 15 15 } 16 16 17 17 public function getTitleGlyph() { 18 - return "\xE2\x98\xBA"; 18 + return "\xE2\x9C\xA8"; 19 19 } 20 20 21 21 public function getApplicationGroup() {