1
0
Fork 0
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:
Chad Little 2013-08-06 11:08:11 -07:00
parent ce62632e15
commit 6775005bad

View file

@ -23,6 +23,7 @@ final class PhabricatorFeedStoryDifferential extends PhabricatorFeedStory {
switch ($action) { switch ($action) {
case DifferentialAction::ACTION_CREATE: case DifferentialAction::ACTION_CREATE:
case DifferentialAction::ACTION_CLOSE: case DifferentialAction::ACTION_CLOSE:
case DifferentialAction::ACTION_COMMENT:
$full_size = true; $full_size = true;
break; break;
default: default: