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:
parent
21315febc2
commit
2dea11047a
1 changed files with 0 additions and 4 deletions
|
@ -9,10 +9,6 @@ final class DifferentialRevisionHasReviewerEdgeType
|
|||
return DifferentialReviewerForRevisionEdgeType::EDGECONST;
|
||||
}
|
||||
|
||||
public function shouldWriteInverseTransactions() {
|
||||
return true;
|
||||
}
|
||||
|
||||
public function getTransactionAddString(
|
||||
$actor,
|
||||
$add_count,
|
||||
|
|
Loading…
Reference in a new issue