Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15471067
D14086.id34044.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
585 B
Referenced Files
None
Subscribers
None
D14086.id34044.diff
View Options
diff --git a/src/applications/maniphest/mail/ManiphestCreateMailReceiver.php b/src/applications/maniphest/mail/ManiphestCreateMailReceiver.php
--- a/src/applications/maniphest/mail/ManiphestCreateMailReceiver.php
+++ b/src/applications/maniphest/mail/ManiphestCreateMailReceiver.php
@@ -18,6 +18,9 @@
$task = ManiphestTask::initializeNewTask($sender);
$task->setOriginalEmailSource($mail->getHeader('From'));
+ $task->attachSubscriberPHIDs(array(
+ $sender->getPHID(),
+ ));
$handler = new ManiphestReplyHandler();
$handler->setMailReceiver($task);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Apr 6, 3:03 AM (6 h, 1 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7357891
Default Alt Text
D14086.id34044.diff (585 B)
Attached To
Mode
D14086: Add Maniphest Task email creator to CCs
Attached
Detach File
Event Timeline
Log In to Comment