Page MenuHomePhabricator

D13723.id33167.diff
No OneTemporary

D13723.id33167.diff

diff --git a/src/applications/countdown/editor/PhabricatorCountdownEditor.php b/src/applications/countdown/editor/PhabricatorCountdownEditor.php
--- a/src/applications/countdown/editor/PhabricatorCountdownEditor.php
+++ b/src/applications/countdown/editor/PhabricatorCountdownEditor.php
@@ -188,11 +188,13 @@
}
protected function getMailTo(PhabricatorLiskDAO $object) {
- return array($object->getAuthorPHID());
+ return array(
+ $object->getAuthorPHID(),
+ $this->requireActor()->getPHID(),
+ );
}
-
protected function getMailSubjectPrefix() {
- return 'Countdown';
+ return '[Countdown]';
}
protected function buildReplyHandler(PhabricatorLiskDAO $object) {

File Metadata

Mime Type
text/plain
Expires
Wed, Oct 16, 5:53 PM (1 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6718464
Default Alt Text
D13723.id33167.diff (708 B)

Event Timeline