@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 typo in default phame config

Summary: I skipped lint because it was being angry at me.

Test Plan: ran phame with new default, was able to join blogosphere

Reviewers: epriestley, codeblock

Reviewed By: epriestley

CC: aran, Korvin

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

+1 -1
+1 -1
src/applications/phame/config/PhabricatorPhameConfigOptions.php
··· 17 17 'phame.skins', 18 18 'list<string>', 19 19 array( 20 - 'exterals/skins/', 20 + 'externals/skins/', 21 21 )) 22 22 ->setDescription( 23 23 pht('List of directories where Phame will look for skins.')),