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
···247247 }
248248249249 public function getRevisionURI() {
250250- // TODO
251251- return 'http://local.aphront.com/D'.$this->getRevision()->getID();
250250+ return PhabricatorEnv::getURI('/D'.$this->getRevision()->getID());
252251 }
253252254253 public function setIsFirstMailToRecipients($first) {