Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15454625
D14650.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
879 B
Referenced Files
None
Subscribers
None
D14650.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 30, 7:26 PM (3 d, 5 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7302271
Default Alt Text
D14650.diff (879 B)
Attached To
Mode
D14650: Update Pholio to return Remarkup in Feed
Attached
Detach File
Event Timeline
Log In to Comment