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

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

authored by

Afaque Hussain and committed by
epriestley
01b1ae33 55c3c6cb

+1
+1
src/applications/maniphest/ManiphestReplyHandler.php
··· 119 119 $xactions[] = $xaction; 120 120 } 121 121 122 + $task->setCCPHIDs(array($user->getPHID())); 122 123 $ccs = $mail->loadCCPHIDs(); 123 124 if ($ccs) { 124 125 $old_ccs = $task->getCCPHIDs();