Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15438618
D7691.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
670 B
Referenced Files
None
Subscribers
None
D7691.diff
View Options
Index: src/applications/chatlog/controller/PhabricatorChatLogChannelLogController.php
===================================================================
--- src/applications/chatlog/controller/PhabricatorChatLogChannelLogController.php
+++ 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/plain
Expires
Thu, Mar 27, 2:04 AM (2 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7405523
Default Alt Text
D7691.diff (670 B)
Attached To
Mode
D7691: Remarkup chat log entries
Attached
Detach File
Event Timeline
Log In to Comment