@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 copy/paste typo with sticky accept

The root issue here is actually just that I cherry-picked stable locally
but did not push it. However, this is a minor issue I also caught while
double-checking things.

Auditors: chad

+1 -1
+1 -1
src/applications/differential/editor/DifferentialTransactionEditor.php
··· 344 344 $downgrade[] = DifferentialReviewerStatus::STATUS_ACCEPTED; 345 345 } 346 346 347 - if ($downgrade_accepts) { 347 + if ($downgrade_rejects) { 348 348 $downgrade[] = DifferentialReviewerStatus::STATUS_REJECTED; 349 349 } 350 350