Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14048812
D8861.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
736 B
Referenced Files
None
Subscribers
None
D8861.diff
View Options
diff --git a/src/applications/paste/editor/PhabricatorPasteEditor.php b/src/applications/paste/editor/PhabricatorPasteEditor.php
--- a/src/applications/paste/editor/PhabricatorPasteEditor.php
+++ b/src/applications/paste/editor/PhabricatorPasteEditor.php
@@ -157,6 +157,19 @@
->addHeader('Thread-Topic', "P{$id}");
}
+ protected function buildMailBody(
+ PhabricatorLiskDAO $object,
+ array $xactions) {
+
+ $body = parent::buildMailBody($object, $xactions);
+
+ $body->addTextSection(
+ pht('PASTE DETAIL'),
+ PhabricatorEnv::getProductionURI('/P'.$object->getID()));
+
+ return $body;
+ }
+
protected function shouldPublishFeedStory(
PhabricatorLiskDAO $object,
array $xactions) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 15, 9:49 AM (5 d, 6 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6734602
Default Alt Text
D8861.diff (736 B)
Attached To
Mode
D8861: Email paste link
Attached
Detach File
Event Timeline
Log In to Comment