1
0
Fork 0
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:
Chad Little 2015-11-07 08:41:08 -08:00
parent 6dda67702a
commit 97d74db98b

View file

@ -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()));