1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-23 22:10:55 +01:00

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
This commit is contained in:
Chad Little 2017-02-07 09:43:39 -08:00
parent 1f4a89b613
commit 638f2a012b

View file

@ -105,6 +105,7 @@ class PhabricatorApplicationTransactionFeedStory
if ($author_image) {
$view->setImage($author_image);
$view->setImageHref($author_handle->getURI());
} else {
$view->setAuthorIcon($author_handle->getIcon());
}