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
···136136137137 // display time -- make a nice form for the user to grant the client
138138 // access to the granularity specified by $scope
139139- $title = 'Authorize '.$client->getName().'?';
139139+ $name = $client->getName();
140140+ $title = pht('Authorize %s?', $name);
140141 $panel = new AphrontPanelView();
141142 $panel->setWidth(AphrontPanelView::WIDTH_FORM);
142143 $panel->setHeader($title);