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
···225225 break;
226226 case 'package':
227227 case 'packagecommits':
228228- if ($type !== PhabricatorPHIDConstants::PHID_TYPE_OPKG) {
228228+ if ($type !== PhabricatorOwnersPHIDTypePackage::TYPECONST) {
229229 throw new Exception("PHID must be a package PHID!");
230230 }
231231 break;