Skip to content
Snippets Groups Projects
Commit 3be738dc authored by Mnikolenko ProductEngine's avatar Mnikolenko ProductEngine
Browse files

MAINT-5020 FIXED Determine the need to use bracket via chat source.

parent de767ca0
No related branches found
No related tags found
No related merge requests found
...@@ -934,7 +934,7 @@ void LLChatHistory::appendMessage(const LLChat& chat, const LLSD &args, const LL ...@@ -934,7 +934,7 @@ void LLChatHistory::appendMessage(const LLChat& chat, const LLSD &args, const LL
// compact mode: show a timestamp and name // compact mode: show a timestamp and name
if (use_plain_text_chat_history) if (use_plain_text_chat_history)
{ {
square_brackets = chat.mFromName == SYSTEM_FROM; square_brackets = chat.mSourceType == CHAT_SOURCE_SYSTEM;
LLStyle::Params timestamp_style(body_message_params); LLStyle::Params timestamp_style(body_message_params);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment