mirror of
https://we.phorge.it/source/phorge.git
synced 2025-02-22 19:49:02 +01:00
Mailer on the CC list of Maniphest Task.
Summary: External user gets on the CC list of a task. Test Plan: {F42630} Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin, AnhNhan Maniphest Tasks: T2804 Differential Revision: https://secure.phabricator.com/D5853
This commit is contained in:
parent
55c3c6cb12
commit
01b1ae3394
1 changed files with 1 additions and 0 deletions
|
@ -119,6 +119,7 @@ final class ManiphestReplyHandler extends PhabricatorMailReplyHandler {
|
|||
$xactions[] = $xaction;
|
||||
}
|
||||
|
||||
$task->setCCPHIDs(array($user->getPHID()));
|
||||
$ccs = $mail->loadCCPHIDs();
|
||||
if ($ccs) {
|
||||
$old_ccs = $task->getCCPHIDs();
|
||||
|
|
Loading…
Add table
Reference in a new issue