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
···2828 $name = $repository->getname();
2929 $repos[$repository->getID()] = "r{$callsign} ({$name})";
3030 }
3131+ // note "None" will still be first thanks to 'r' prefix
3232+ asort($repos);
31333234 if ($request->isFormPost()) {
3335