mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-27 09:12:41 +01:00
Add differential comments to feed.
Summary: We already show transaction and maniphest comments. Test Plan: Review my feed, see diff comment. Reviewers: epriestley, btrahan Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D6687
This commit is contained in:
parent
ce62632e15
commit
6775005bad
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ final class PhabricatorFeedStoryDifferential extends PhabricatorFeedStory {
|
|||
switch ($action) {
|
||||
case DifferentialAction::ACTION_CREATE:
|
||||
case DifferentialAction::ACTION_CLOSE:
|
||||
case DifferentialAction::ACTION_COMMENT:
|
||||
$full_size = true;
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue