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
···6363 // protocol does not have a mechanism like a "Host" header.
6464 $username = PhabricatorEnv::getEnvConfig('cluster.instance');
6565 if (strlen($username)) {
6666-// return $username;
6666+ return $username;
6767 }
68686969 $username = PhabricatorEnv::getEnvConfig('diffusion.ssh-user');