@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 to minor fix to diff order

Summary: We need to preserve keys here; the keys are the diff IDs and are meaningful.

Auditors: btrahan

+1 -1
+1 -1
src/applications/differential/controller/DifferentialRevisionViewController.php
··· 33 33 ->setViewer($request->getUser()) 34 34 ->withRevisionIDs(array($this->revisionID)) 35 35 ->execute(); 36 - $diffs = array_reverse($diffs); 36 + $diffs = array_reverse($diffs, $preserve_keys = true); 37 37 38 38 if (!$diffs) { 39 39 throw new Exception(