mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-19 05:12:41 +01:00
fix query for doorkeeper
Summary: Got exception in daemon logs. Test Plan: rerun tasks, not exception. Reviewers: btrahan, epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D8905
This commit is contained in:
parent
7ed28dacb5
commit
31580f19d9
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ final class DiffusionDoorkeeperCommitFeedStoryPublisher
|
|||
|
||||
public function willPublishStory($commit) {
|
||||
$requests = id(new DiffusionCommitQuery())
|
||||
->setViewer($this->getViewer())
|
||||
->withPHIDs(array($commit->getPHID()))
|
||||
->needAuditRequests(true)
|
||||
->executeOne()
|
||||
|
|
Loading…
Reference in a new issue