@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 needActiveDiffs to differential.createcomment method

Summary: Ref T12766. Adds missing attachment for stacking actions in differential

Test Plan: Asked end user to verify patch.

Reviewers: epriestley, amckinley

Reviewed By: epriestley, amckinley

Subscribers: reed, Korvin

Maniphest Tasks: T12766

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

+1
+1
src/applications/differential/conduit/DifferentialCreateCommentConduitAPIMethod.php
··· 49 49 ->withIDs(array($request->getValue('revision_id'))) 50 50 ->needReviewers(true) 51 51 ->needReviewerAuthority(true) 52 + ->needActiveDiffs(true) 52 53 ->executeOne(); 53 54 if (!$revision) { 54 55 throw new ConduitException('ERR_BAD_REVISION');