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

Summary: Ref T4896. This was used by the old audit comment storage, which is now defunct.

Test Plan: Grepped for callsites in the codebase.

Reviewers: joshuaspence, btrahan

Reviewed By: btrahan

Subscribers: epriestley

Maniphest Tasks: T4896

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

-1
-1
src/applications/phid/PhabricatorPHIDConstants.php
··· 6 6 const PHID_TYPE_UNKNOWN = '????'; 7 7 const PHID_TYPE_MAGIC = '!!!!'; 8 8 const PHID_TYPE_STRY = 'STRY'; 9 - const PHID_TYPE_ACMT = 'ACMT'; 10 9 const PHID_TYPE_TOBJ = 'TOBJ'; 11 10 const PHID_TYPE_ACNT = 'ACNT'; 12 11 const PHID_TYPE_PDCT = 'PDCT';