mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Add PhamePost body content to emails
Summary: Sends out the body of the post along with the details. Test Plan: Write a new post, see body in email. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Maniphest Tasks: T9360 Differential Revision: https://secure.phabricator.com/D14431
This commit is contained in:
parent
6dda67702a
commit
97d74db98b
1 changed files with 1 additions and 0 deletions
|
@ -209,6 +209,7 @@ final class PhamePostEditor
|
|||
|
||||
$body = parent::buildMailBody($object, $xactions);
|
||||
|
||||
$body->addRemarkupSection(null, $object->getBody());
|
||||
$body->addLinkSection(
|
||||
pht('POST DETAIL'),
|
||||
PhabricatorEnv::getProductionURI($object->getViewURI()));
|
||||
|
|
Loading…
Reference in a new issue