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

whoops - forgot to remove the third slash on this comment from D3822

+1 -1
+1 -1
src/applications/repository/storage/PhabricatorRepository.php
··· 560 560 $projects = id(new PhabricatorRepositoryArcanistProject()) 561 561 ->loadAllWhere('repositoryID = %d', $this->getID()); 562 562 foreach ($projects as $project) { 563 - /// note each project deletes its PhabricatorRepositorySymbols 563 + // note each project deletes its PhabricatorRepositorySymbols 564 564 $project->delete(); 565 565 } 566 566