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
···785785 }
786786787787 public function getTitleForHTMLMail() {
788788- $title = $this->getTitleForMailWithRenderingTarget(self::TARGET_HTML);
788788+ // TODO: For now, rendering this with TARGET_HTML generates links with
789789+ // bad targets ("/x/y/" instead of "https://dev.example.com/x/y/"). Throw
790790+ // a rug over the issue for the moment. See T12921.
791791+792792+ $title = $this->getTitleForMailWithRenderingTarget(self::TARGET_TEXT);
789793 if ($title === null) {
790794 return null;
791795 }