@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 minor issue with data attachment on project creation

+1
+1
src/applications/project/controller/PhabricatorProjectCreateController.php
··· 11 11 12 12 $project = new PhabricatorProject(); 13 13 $project->setAuthorPHID($user->getPHID()); 14 + $project->attachMemberPHIDs(array()); 14 15 $profile = new PhabricatorProjectProfile(); 15 16 16 17 $e_name = true;