@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.

Minor, fix Diffusion home for untracked repositories.

+1 -1
+1 -1
src/applications/diffusion/controller/home/DiffusionHomeController.php
··· 63 63 $repositories = $repository->loadAll(); 64 64 foreach ($repositories as $key => $repo) { 65 65 if (!$repo->isTracked()) { 66 - unset($repo[$key]); 66 + unset($repositories[$key]); 67 67 } 68 68 } 69 69