Select the types of activity you want to include in your feed.
@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
···2525 'arcanistProjectID = %d AND isActive = 1',
2626 $arc_project->getID());
2727 if (!$projects) {
2828- throw new ReleephRequestException(sprintf(
2828+ throw new Exception(sprintf(
2929 "D%d belongs to the '%s' Arcanist project, ".
3030 "which is not part of any Releeph project!",
3131 $this->revision->getID(),
···3636 'releephProjectID IN (%Ld) AND isActive = 1',
3737 mpull($projects, 'getID'));
3838 if (!$branches) {
3939- throw new ReleephRequestException(sprintf(
3939+ throw new Exception(sprintf(
4040 "D%d could be in the Releeph project(s) %s, ".
4141 "but this project / none of these projects have open branches.",
4242 $this->revision->getID(),