@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 an unused class

Summary: Self-explanatory.

Test Plan: `grep`

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: Korvin, epriestley

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

-4
-1
src/__phutil_library_map__.php
··· 1720 1720 'PhabricatorFeedApplication' => 'applications/feed/application/PhabricatorFeedApplication.php', 1721 1721 'PhabricatorFeedBuilder' => 'applications/feed/builder/PhabricatorFeedBuilder.php', 1722 1722 'PhabricatorFeedConfigOptions' => 'applications/feed/config/PhabricatorFeedConfigOptions.php', 1723 - 'PhabricatorFeedConstants' => 'applications/feed/constants/PhabricatorFeedConstants.php', 1724 1723 'PhabricatorFeedController' => 'applications/feed/controller/PhabricatorFeedController.php', 1725 1724 'PhabricatorFeedDAO' => 'applications/feed/storage/PhabricatorFeedDAO.php', 1726 1725 'PhabricatorFeedDetailController' => 'applications/feed/controller/PhabricatorFeedDetailController.php',
-3
src/applications/feed/constants/PhabricatorFeedConstants.php
··· 1 - <?php 2 - 3 - abstract class PhabricatorFeedConstants {}