@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 herald "Repository" rule for Revisions and Diffs

Summary: This was broken by rP5ac36e8 by a derpy typo.

Test Plan: Ran dry run against a revision with a a repository, saw the field fill in on the transcript.

Reviewers: nickz, btrahan, chad

Reviewed By: chad

Subscribers: epriestley

Differential Revision: https://secure.phabricator.com/D10326

+1 -1
+1 -1
src/applications/herald/adapter/HeraldDifferentialAdapter.php
··· 27 27 ->needProjectPHIDs(true) 28 28 ->executeOne(); 29 29 } 30 - $this->repository = false; 30 + $this->repository = $repository; 31 31 } 32 32 33 33 return $this->repository;