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

Updated `.arcconfig` to match newer style configuration.

Summary: If I'm not mistaken, `project_id` was recently replaced by `project.name` and `conduit_uri` replaced by `phabricator.uri`.

Test Plan: I guess if this differential works, then everything is okay.

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley

CC: Korvin, epriestley, aran

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

authored by

Joshua Spence and committed by
epriestley
f0e6dc12 c79623f7

+3 -5
+3 -5
.arcconfig
··· 1 1 { 2 - "project_id" : "phabricator", 3 - "conduit_uri" : "https://secure.phabricator.com/api/", 2 + "project.name" : "phabricator", 3 + "phabricator.uri" : "https://secure.phabricator.com/", 4 4 "lint.engine" : "PhabricatorLintEngine", 5 5 "unit.engine" : "PhutilUnitTestEngine", 6 - "phutil_libraries" : { 7 - "phabricator" : "src/" 8 - }, 6 + "load" : ["src/"], 9 7 "lint.xhpast.naminghook" : "PhabricatorSymbolNameLinter", 10 8 "lint.jshint.config" : "support/jshint/jshintconfig" 11 9 }