@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Aviv Eyal and committed by
epriestley
31580f19 7ed28dac

+1
+1
src/applications/diffusion/doorkeeper/DiffusionDoorkeeperCommitFeedStoryPublisher.php
··· 47 47 48 48 public function willPublishStory($commit) { 49 49 $requests = id(new DiffusionCommitQuery()) 50 + ->setViewer($this->getViewer()) 50 51 ->withPHIDs(array($commit->getPHID())) 51 52 ->needAuditRequests(true) 52 53 ->executeOne()