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
···2121 public function getApplicationGroup() {
2222 return self::GROUP_UTILITIES;
2323 }
2424+2525+ public function getQuickCreateURI() {
2626+ return $this->getBaseURI().'create/';
2727+ }
24282529 public function getRoutes() {
2630 return array(