@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 Ponder Answer PHID type

Summary: Ref T9625. I want this to be fixed ASAP hence here's the patch.

Test Plan:
- ~~Apply D14323~~ (This patch was made before it was merged)
- Apply this patch
- voila! Now I see the Ponder answer has correct logo.

{F906357}

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: Korvin, revi

Maniphest Tasks: T9625

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

authored by

Yongmin Hong and committed by
epriestley
a39ec26a d0098bc4

+4
+4
src/applications/ponder/phid/PonderAnswerPHIDType.php
··· 8 8 return pht('Ponder Answer'); 9 9 } 10 10 11 + public function getPHIDTypeApplicationClass() { 12 + return 'PhabricatorPonderApplication'; 13 + } 14 + 11 15 public function newObject() { 12 16 return new PonderAnswer(); 13 17 }