mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-22 13:30:55 +01:00
Fix IRC bot Dxxx Conduit call.
Summary: Some fallout from D4191. Test Plan: Sent "D12" in IRC and got a response. Reviewers: epriestley, vrana, zeeg Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D4235
This commit is contained in:
parent
8816f08765
commit
93c4030732
1 changed files with 0 additions and 1 deletions
|
@ -86,7 +86,6 @@ final class PhabricatorIRCObjectNameHandler extends PhabricatorIRCHandler {
|
|||
$revisions = $this->getConduit()->callMethodSynchronous(
|
||||
'differential.query',
|
||||
array(
|
||||
'query' => 'revision-ids',
|
||||
'ids' => $revision_ids,
|
||||
));
|
||||
$revisions = array_select_keys(
|
||||
|
|
Loading…
Reference in a new issue