fork
Configure Feed
Select the types of activity you want to include in your feed.
@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
fork
Configure Feed
Select the types of activity you want to include in your feed.
1<?php
2
3final class PhabricatorPHIDConstants extends Phobject {
4
5 const PHID_TYPE_UNKNOWN = '????';
6 const PHID_TYPE_MAGIC = '!!!!';
7 const PHID_TYPE_STRY = 'STRY';
8 const PHID_TYPE_TOBJ = 'TOBJ';
9 const PHID_TYPE_LEGB = 'LEGB';
10
11 const PHID_TYPE_XCMT = 'XCMT';
12
13 const PHID_TYPE_VOID = 'VOID';
14 const PHID_VOID = 'PHID-VOID-00000000000000000000';
15
16}