diff --git a/indra/newview/fschathistory.cpp b/indra/newview/fschathistory.cpp index a8934a74f2..e1361e294c 100644 --- a/indra/newview/fschathistory.cpp +++ b/indra/newview/fschathistory.cpp @@ -1190,7 +1190,8 @@ void FSChatHistory::appendMessage(const LLChat& chat, const LLSD &args, const LL } appendText(message, prependNewLineState, body_message_params); // FIRE-8600: TAB out of chat history - prependNewLineState = false; + // Uncomment this if we never need to append to the end of a message. [FS:CR] + //prependNewLineState = false; } blockUndo(); // FIRE-8600: TAB out of chat history