Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F90172
D7691.diff
All Users
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
694 B
Referenced Files
None
Subscribers
None
D7691.diff
View Options
diff --git a/src/applications/chatlog/controller/PhabricatorChatLogChannelLogController.php b/src/applications/chatlog/controller/PhabricatorChatLogChannelLogController.php
--- a/src/applications/chatlog/controller/PhabricatorChatLogChannelLogController.php
+++ b/src/applications/chatlog/controller/PhabricatorChatLogChannelLogController.php
@@ -129,6 +129,13 @@
$timestamp,
$message));
+ $message = PhabricatorMarkupEngine::renderOneObject(
+ id(new PhabricatorMarkupOneOff())
+ ->setPreserveLinebreaks(true)
+ ->setContent($message),
+ 'default',
+ $user);
+
$out[] = phutil_tag(
'tr',
array(
File Metadata
Details
Attached
Mime Type
text/x-diff
Storage Engine
amazon-s3
Storage Format
Raw Data
Storage Handle
phabricator/pk/sl/7lo7gzxxqlu76al7
Default Alt Text
D7691.diff (694 B)
Attached To
Mode
D7691: Remarkup chat log entries
Attached
Detach File
Event Timeline
Log In to Comment