Page MenuHomePhabricator

D11349.id27260.diff
No OneTemporary

D11349.id27260.diff

diff --git a/src/applications/differential/conduit/DifferentialFinishPostponedLintersConduitAPIMethod.php b/src/applications/differential/conduit/DifferentialFinishPostponedLintersConduitAPIMethod.php
--- a/src/applications/differential/conduit/DifferentialFinishPostponedLintersConduitAPIMethod.php
+++ b/src/applications/differential/conduit/DifferentialFinishPostponedLintersConduitAPIMethod.php
@@ -103,7 +103,6 @@
'name' => 'arc:lint',
'data' => json_encode($messages),
));
- $call->setForceLocal(true);
$call->setUser($request->getUser());
$call->execute();
$call = new ConduitCall(
@@ -113,10 +112,7 @@
'name' => 'arc:lint-postponed',
'data' => json_encode($postponed_linters),
));
- $call->setForceLocal(true);
$call->setUser($request->getUser());
$call->execute();
-
}
-
}

File Metadata

Mime Type
text/plain
Expires
Tue, Oct 22, 1:25 PM (3 w, 12 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6725556
Default Alt Text
D11349.id27260.diff (868 B)

Event Timeline