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

Fix method name

Summary: This is a typo from D11045.

Test Plan: I haven't actually tested this, but the tests from D11045 should apply here.

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: Korvin, epriestley

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

+1 -1
+1 -1
src/applications/maniphest/edge/ManiphestTaskDependsOnTaskEdgeType.php
··· 8 8 return ManiphestTaskDependedOnByTaskEdgeType::EDGECONST; 9 9 } 10 10 11 - public function shouldWriteInverseTransaction() { 11 + public function shouldWriteInverseTransactions() { 12 12 return true; 13 13 } 14 14