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

Minor, sneak in one fix from future Maniphest patches ahead of review

Summary: I goofed this constant when defining mail tags.

Auditors: btrahan

+1 -1
+1 -1
src/applications/maniphest/storage/ManiphestTransactionPro.php
··· 432 432 case self::TYPE_PRIORITY: 433 433 $tags[] = MetaMTANotificationType::TYPE_MANIPHEST_PRIORITY; 434 434 break; 435 - case self::TYPE_COMMENT: 435 + case PhabricatorTransactions::TYPE_COMMENT: 436 436 $tags[] = MetaMTANotificationType::TYPE_MANIPHEST_COMMENT; 437 437 break; 438 438 default: