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(