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

Don't write inverse edges for `DifferentialRevisionHasReviewerEdgeType`

Summary: The default behavior was inadvertedly changed in D11074. This restores the original behavior.

Test Plan: Added a project reviewer to a diff, saw no inverse transaction recorded.

Reviewers: Krenair, epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: Korvin, epriestley

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

-4
-4
src/applications/differential/edge/DifferentialRevisionHasReviewerEdgeType.php
··· 9 9 return DifferentialReviewerForRevisionEdgeType::EDGECONST; 10 10 } 11 11 12 - public function shouldWriteInverseTransactions() { 13 - return true; 14 - } 15 - 16 12 public function getTransactionAddString( 17 13 $actor, 18 14 $add_count,