1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-01-18 02:31:10 +01:00

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
This commit is contained in:
Joshua Spence 2015-01-04 10:07:55 +11:00
parent 21315febc2
commit 2dea11047a

View file

@ -9,10 +9,6 @@ final class DifferentialRevisionHasReviewerEdgeType
return DifferentialReviewerForRevisionEdgeType::EDGECONST;
}
public function shouldWriteInverseTransactions() {
return true;
}
public function getTransactionAddString(
$actor,
$add_count,