@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 the direction of the commit/revision edge

Summary: Ref T13276. This edge is pointed the wrong way. Point it the right way.

Test Plan: Will verify production works better.

Reviewers: amckinley

Reviewed By: amckinley

Maniphest Tasks: T13276

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

+1 -1
+1 -1
src/applications/diffusion/worker/DiffusionUpdateObjectAfterCommitWorker.php
··· 167 167 $xactions[] = $this->newEdgeTransaction( 168 168 $revision, 169 169 $commit, 170 - DiffusionCommitHasRevisionEdgeType::EDGECONST); 170 + DifferentialRevisionHasCommitEdgeType::EDGECONST); 171 171 172 172 $match_data = $this->getUpdateProperty('revisionMatchData'); 173 173