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
···1212 return true;
1313 }
14141515+ public function getConduitKey() {
1616+ return 'revision.commit';
1717+ }
1818+1919+ public function getConduitName() {
2020+ return pht('Revision Has Commit');
2121+ }
2222+2323+ public function getConduitDescription() {
2424+ return pht(
2525+ 'The source revision is associated with the destination commit.');
2626+ }
2727+1528 public function getTransactionAddString(
1629 $actor,
1730 $add_count,
···1212 return true;
1313 }
14141515+ public function getConduitKey() {
1616+ return 'revision.task';
1717+ }
1818+1919+ public function getConduitName() {
2020+ return pht('Revision Has Task');
2121+ }
2222+2323+ public function getConduitDescription() {
2424+ return pht('The source revision is associated with the destination task.');
2525+ }
2626+1527 public function getTransactionAddString(
1628 $actor,
1729 $add_count,
···1212 return true;
1313 }
14141515+ public function getConduitKey() {
1616+ return 'commit.revision';
1717+ }
1818+1919+ public function getConduitName() {
2020+ return pht('Commit Has Revision');
2121+ }
2222+2323+ public function getConduitDescription() {
2424+ return pht(
2525+ 'The source commit is associated with the destination revision.');
2626+ }
2727+1528}
···1212 return ManiphestTaskHasCommitEdgeType::EDGECONST;
1313 }
14141515+ public function getConduitKey() {
1616+ return 'commit.task';
1717+ }
1818+1919+ public function getConduitName() {
2020+ return pht('Commit Has Task');
2121+ }
2222+2323+ public function getConduitDescription() {
2424+ return pht('The source commit is associated with the destination task.');
2525+ }
2626+1527 public function getTransactionAddString(
1628 $actor,
1729 $add_count,
···1212 return DiffusionCommitHasTaskEdgeType::EDGECONST;
1313 }
14141515+ public function getConduitKey() {
1616+ return 'task.commit';
1717+ }
1818+1919+ public function getConduitName() {
2020+ return pht('Task Has Commit');
2121+ }
2222+2323+ public function getConduitDescription() {
2424+ return pht('The source task is associated with the destination commit.');
2525+ }
2626+1527 public function getTransactionAddString(
1628 $actor,
1729 $add_count,
···1212 return true;
1313 }
14141515+ public function getConduitKey() {
1616+ return 'task.revision';
1717+ }
1818+1919+ public function getConduitName() {
2020+ return pht('Task Has Revision');
2121+ }
2222+2323+ public function getConduitDescription() {
2424+ return pht('The source task is associated with the destination revision.');
2525+ }
2626+1527 public function getTransactionAddString(
1628 $actor,
1729 $add_count,