@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 a missing setViewer() in differential.getrevision

Summary: DiffQuery now requires this.

Auditors: btrahan

+1
+1
src/applications/differential/conduit/ConduitAPI_differential_getrevision_Method.php
··· 52 52 $reviewer_phids = array_values($revision->getReviewers()); 53 53 54 54 $diffs = id(new DifferentialDiffQuery()) 55 + ->setViewer($request->getUser()) 55 56 ->withRevisionIDs(array($revision_id)) 56 57 ->needChangesets(true) 57 58 ->needArcanistProjects(true)