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

Let Maniphest send mail again.

Ha ha ha! Fixes T8422.

Auditors: btrahan

+6
+6
src/applications/maniphest/editor/ManiphestTransactionEditor.php
··· 373 373 return $xactions; 374 374 } 375 375 376 + protected function shouldSendMail( 377 + PhabricatorLiskDAO $object, 378 + array $xactions) { 379 + return true; 380 + } 381 + 376 382 protected function getMailSubjectPrefix() { 377 383 return PhabricatorEnv::getEnvConfig('metamta.maniphest.subject-prefix'); 378 384 }