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

Provide an application link for the Macro PHID type

Summary: Ref T9625. This is an example of how to fill in the missing calls.

Test Plan:
- Verified that an icon is now shown for feed stories.
- Verified that an icon is now shown in the "PHID Types" module panel in Config.

{F906325}

{F906326}

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T9625

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

+4
+4
src/applications/macro/phid/PhabricatorMacroMacroPHIDType.php
··· 8 8 return pht('Image Macro'); 9 9 } 10 10 11 + public function getPHIDTypeApplicationClass() { 12 + return 'PhabricatorMacroApplication'; 13 + } 14 + 11 15 public function getTypeIcon() { 12 16 return 'fa-meh-o'; 13 17 }