Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15196250
D14955.id36134.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
716 B
Referenced Files
None
Subscribers
None
D14955.id36134.diff
View Options
diff --git a/src/applications/project/editor/PhabricatorProjectTransactionEditor.php b/src/applications/project/editor/PhabricatorProjectTransactionEditor.php
--- a/src/applications/project/editor/PhabricatorProjectTransactionEditor.php
+++ b/src/applications/project/editor/PhabricatorProjectTransactionEditor.php
@@ -597,12 +597,9 @@
}
protected function getMailTo(PhabricatorLiskDAO $object) {
- return $object->getMemberPHIDs();
- }
-
- protected function getMailCC(PhabricatorLiskDAO $object) {
- $all = parent::getMailCC($object);
- return array_diff($all, $object->getMemberPHIDs());
+ return array(
+ $this->getActingAsPHID(),
+ );
}
public function getMailTagsMap() {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Feb 23, 4:44 PM (13 h, 3 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7187091
Default Alt Text
D14955.id36134.diff (716 B)
Attached To
Mode
D14955: Make unsubscribing from a project have an effect
Attached
Detach File
Event Timeline
Log In to Comment