@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
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix a minor merge issue with a class rename

Auditors: chad, btrahan

+1 -1
+1 -1
src/applications/diffusion/controller/DiffusionRepositoryListController.php
··· 31 31 32 32 $viewer = $this->getRequest()->getUser(); 33 33 34 - $list = new PhabricatorObjectItemListView(); 34 + $list = new PHUIObjectItemListView(); 35 35 foreach ($repositories as $repository) { 36 36 $id = $repository->getID(); 37 37