@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 back token story icon

Summary: Adds it back

Test Plan: Give token, view story

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

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

+1
+1
src/applications/tokens/feed/PhabricatorTokenGivenFeedStory.php
··· 23 23 public function renderView() { 24 24 $view = $this->newStoryView(); 25 25 $author_phid = $this->getValue('authorPHID'); 26 + $view->setAppIcon('fa-trophy'); 26 27 27 28 $href = $this->getHandle($this->getPrimaryObjectPHID())->getURI(); 28 29 $view->setHref($href);