@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.

Fix Herald adapter construction for new revisions. Fixes T4572.

+2 -2
+2 -2
src/applications/differential/editor/DifferentialTransactionEditor.php
··· 1170 1170 } 1171 1171 1172 1172 $adapter = HeraldDifferentialRevisionAdapter::newLegacyAdapter( 1173 - $object, 1174 - $object->getActiveDiff()); 1173 + $revision, 1174 + $revision->getActiveDiff()); 1175 1175 1176 1176 $reviewers = $revision->getReviewerStatus(); 1177 1177 $reviewer_phids = mpull($reviewers, 'getReviewerPHID');