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:
parent
1f4a89b613
commit
638f2a012b
1 changed files with 1 additions and 0 deletions
|
@ -105,6 +105,7 @@ class PhabricatorApplicationTransactionFeedStory
|
|||
|
||||
if ($author_image) {
|
||||
$view->setImage($author_image);
|
||||
$view->setImageHref($author_handle->getURI());
|
||||
} else {
|
||||
$view->setAuthorIcon($author_handle->getIcon());
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue