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

Put revisions you're a reviewer on which need review and which you've commented on in "Should Review"

Summary: Ref T10939. These poor stragglers got left out in the rain. Didn't catch any issues otherwise.

Test Plan: {F1426604}

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T10939

Differential Revision: https://secure.phabricator.com/D15929

+1
+1
src/applications/differential/query/DifferentialRevisionRequiredActionResultBucket.php
··· 96 96 private function filterShouldReview(array $phids) { 97 97 $reviewing = array( 98 98 DifferentialReviewerStatus::STATUS_ADDED, 99 + DifferentialReviewerStatus::STATUS_COMMENTED, 99 100 ); 100 101 $reviewing = array_fuse($reviewing); 101 102