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

Minor, fix a method signature warning.

+1 -1
+1 -1
src/applications/diffusion/conduit/ConduitAPI_diffusion_branchquery_Method.php
··· 100 100 return $this->processBranchRefs($request, $refs); 101 101 } 102 102 103 - protected function getSVNResult() { 103 + protected function getSVNResult(ConduitAPIRequest $request) { 104 104 // Since SVN doesn't have meaningful branches, just return nothing for all 105 105 // queries. 106 106 return array();