Page MenuHomePhabricator

D9518.diff
No OneTemporary

D9518.diff

diff --git a/src/applications/differential/controller/DifferentialRevisionLandController.php b/src/applications/differential/controller/DifferentialRevisionLandController.php
--- a/src/applications/differential/controller/DifferentialRevisionLandController.php
+++ b/src/applications/differential/controller/DifferentialRevisionLandController.php
@@ -141,6 +141,15 @@
}
$lock->unlock();
+
+ $looksoon = new ConduitCall(
+ 'diffusion.looksoon',
+ array(
+ 'callsigns' => array($repository->getCallsign())
+ ));
+ $looksoon->setUser($request->getUser());
+ $looksoon->execute();
+
return $response;
}

File Metadata

Mime Type
text/plain
Expires
Thu, Mar 6, 2:25 PM (1 h, 50 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7266664
Default Alt Text
D9518.diff (655 B)

Event Timeline