Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13969882
D7559.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
737 B
Referenced Files
None
Subscribers
None
D7559.id.diff
View Options
Index: src/applications/ponder/storage/PonderQuestionTransaction.php
===================================================================
--- src/applications/ponder/storage/PonderQuestionTransaction.php
+++ src/applications/ponder/storage/PonderQuestionTransaction.php
@@ -258,13 +258,16 @@
return phutil_escape_html_newlines(
phutil_utf8_shorten($question->getContent(), 128));
}
+ break;
case self::TYPE_ANSWERS:
$answer = $this->getNewAnswerObject($story);
if ($answer) {
return phutil_escape_html_newlines(
phutil_utf8_shorten($answer->getContent(), 128));
}
+ break;
}
+
return parent::getBodyForFeed($story);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Oct 18, 4:21 AM (3 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6721064
Default Alt Text
D7559.id.diff (737 B)
Attached To
Mode
D7559: Fix an issue where Ponder rename stories tried to render question bodies
Attached
Detach File
Event Timeline
Log In to Comment