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

Merge pull request #331 from mzagon-prezi/master

Wrong argument order when calling DiffusionQuery::callConduitWithDiffusionRequest.

+1 -1
+1 -1
src/applications/herald/adapter/HeraldCommitAdapter.php
··· 114 114 )); 115 115 116 116 $raw = DiffusionQuery::callConduitWithDiffusionRequest( 117 - $drequest, 118 117 PhabricatorUser::getOmnipotentUser(), 118 + $drequest, 119 119 'diffusion.rawdiffquery', 120 120 array( 121 121 'commit' => $this->commit->getCommitIdentifier(),