@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 AuthorHref to feed story images

Summary: Fixes T9336. Kind of a bit to back up and find the source, but works easily.

Test Plan: View feed, click on my image.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T9336

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

+1
+1
src/applications/transactions/feed/PhabricatorApplicationTransactionFeedStory.php
··· 105 105 106 106 if ($author_image) { 107 107 $view->setImage($author_image); 108 + $view->setImageHref($author_handle->getURI()); 108 109 } else { 109 110 $view->setAuthorIcon($author_handle->getIcon()); 110 111 }