Page MenuHomePhabricator

D14650.id35440.diff
No OneTemporary

D14650.id35440.diff

diff --git a/src/applications/pholio/storage/PholioTransaction.php b/src/applications/pholio/storage/PholioTransaction.php
--- a/src/applications/pholio/storage/PholioTransaction.php
+++ b/src/applications/pholio/storage/PholioTransaction.php
@@ -301,7 +301,7 @@
return parent::getTitleForFeed();
}
- public function getBodyForFeed(PhabricatorFeedStory $story) {
+ public function getRemarkupBodyForFeed(PhabricatorFeedStory $story) {
$text = null;
switch ($this->getTransactionType()) {
case self::TYPE_NAME:
@@ -315,14 +315,7 @@
break;
}
- if ($text) {
- return phutil_escape_html_newlines(
- id(new PhutilUTF8StringTruncator())
- ->setMaximumGlyphs(128)
- ->truncateString($text));
- }
-
- return parent::getBodyForFeed($story);
+ return $text;
}
public function hasChangeDetails() {

File Metadata

Mime Type
text/plain
Expires
Sun, May 12, 4:53 PM (1 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6287286
Default Alt Text
D14650.id35440.diff (879 B)

Event Timeline