Page MenuHomePhabricator

D14459.diff
No OneTemporary

D14459.diff

diff --git a/src/applications/phame/editor/PhamePostEditor.php b/src/applications/phame/editor/PhamePostEditor.php
--- a/src/applications/phame/editor/PhamePostEditor.php
+++ b/src/applications/phame/editor/PhamePostEditor.php
@@ -209,7 +209,10 @@
$body = parent::buildMailBody($object, $xactions);
- $body->addRemarkupSection(null, $object->getBody());
+ if ($this->getIsNewObject()) {
+ $body->addRemarkupSection(null, $object->getBody());
+ }
+
$body->addLinkSection(
pht('POST DETAIL'),
PhabricatorEnv::getProductionURI($object->getViewURI()));

File Metadata

Mime Type
text/plain
Expires
Oct 31 2025, 12:10 AM (10 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8752754
Default Alt Text
D14459.diff (592 B)

Event Timeline