mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
Let Maniphest send mail again.
Ha ha ha! Fixes T8422. Auditors: btrahan
This commit is contained in:
parent
98aae51c3d
commit
0fc0af6443
1 changed files with 6 additions and 0 deletions
|
@ -373,6 +373,12 @@ final class ManiphestTransactionEditor
|
||||||
return $xactions;
|
return $xactions;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
protected function shouldSendMail(
|
||||||
|
PhabricatorLiskDAO $object,
|
||||||
|
array $xactions) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
protected function getMailSubjectPrefix() {
|
protected function getMailSubjectPrefix() {
|
||||||
return PhabricatorEnv::getEnvConfig('metamta.maniphest.subject-prefix');
|
return PhabricatorEnv::getEnvConfig('metamta.maniphest.subject-prefix');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue