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

Remove "project.name" from `.arcconfig`

Summary: Ref T7604. Remove the `project.name` configuration from `.arcconfig`.

Test Plan: N/A

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: Korvin, epriestley

Maniphest Tasks: T7604

Differential Revision: https://secure.phabricator.com/D13001

+3 -4
+3 -4
.arcconfig
··· 1 1 { 2 - "project.name" : "phabricator", 3 - "phabricator.uri" : "https://secure.phabricator.com/", 4 - "unit.engine" : "PhutilUnitTestEngine", 5 - "load" : ["src/"] 2 + "phabricator.uri": "https://secure.phabricator.com/", 3 + "unit.engine": "PhutilUnitTestEngine", 4 + "load": ["src/"] 6 5 }