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

Use correct constant in differential.createrawdiff

vrana 18a8964b 20ac900e

+1 -1
+1 -1
src/applications/conduit/method/differential/ConduitAPI_differential_createrawdiff_Method.php
··· 49 49 $diff = DifferentialDiff::newFromRawChanges($changes); 50 50 51 51 $diff->setLintStatus(DifferentialLintStatus::LINT_SKIP); 52 - $diff->setUnitStatus(DifferentialLintStatus::LINT_SKIP); 52 + $diff->setUnitStatus(DifferentialUnitStatus::UNIT_SKIP); 53 53 54 54 $diff->setAuthorPHID($request->getUser()->getPHID()); 55 55 $diff->setCreationMethod('web');