Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F81952
D7559.diff
All Users
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
744 B
Referenced Files
None
Subscribers
None
D7559.diff
View Options
diff --git a/src/applications/ponder/storage/PonderQuestionTransaction.php b/src/applications/ponder/storage/PonderQuestionTransaction.php
--- a/src/applications/ponder/storage/PonderQuestionTransaction.php
+++ b/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/x-diff
Storage Engine
amazon-s3
Storage Format
Raw Data
Storage Handle
phabricator/di/ys/fidx57xiigovxgce
Default Alt Text
D7559.diff (744 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