@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.

Delete methods unused since D2664

vrana ec819c06 0acb7734

-9
-9
src/applications/differential/mail/DifferentialMail.php
··· 379 379 return implode("\n", $body); 380 380 } 381 381 382 - public function renderRevisionDetailLink() { 383 - $uri = $this->getRevisionURI(); 384 - return "REVISION DETAIL\n {$uri}"; 385 - } 386 - 387 - public function getRevisionURI() { 388 - return PhabricatorEnv::getProductionURI('/D'.$this->getRevision()->getID()); 389 - } 390 - 391 382 public function setIsFirstMailToRecipients($first) { 392 383 $this->isFirstMailToRecipients = $first; 393 384 return $this;