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
···1010 }
11111212 public function getApplicationTransactionType() {
1313- return PhabricatorPHIDConstants::PHID_TYPE_PVAR;
1313+ return PhluxPHIDTypeVariable::TYPECONST;
1414 }
15151616 public function getApplicationTransactionCommentObject() {
+1-2
src/applications/phlux/storage/PhluxVariable.php
···1818 }
19192020 public function generatePHID() {
2121- return PhabricatorPHID::generateNewPHID(
2222- PhabricatorPHIDConstants::PHID_TYPE_PVAR);
2121+ return PhabricatorPHID::generateNewPHID(PhluxPHIDTypeVariable::TYPECONST);
2322 }
24232524