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
···2929 $body = array();
30303131 $body[] = "{$actor} added you to the CC list for the revision \"{$name}\".";
3232+ $body[] = null;
32333334 $body[] = $this->renderReviewRequestBody();
3435