Skip to content
Snippets Groups Projects
Commit c49565be authored by Mnikolenko Productengine's avatar Mnikolenko Productengine
Browse files

SL-13858 FIXED Group chat transcripts named with double (group) (group).txt...

SL-13858 FIXED Group chat transcripts named with double (group) (group).txt after opening chat history.
parent bb5771fd
No related branches found
No related tags found
No related merge requests found
...@@ -224,6 +224,7 @@ Ansariel Hiller ...@@ -224,6 +224,7 @@ Ansariel Hiller
SL-10385 SL-10385
SL-10891 SL-10891
SL-13364 SL-13364
SL-13858
Aralara Rajal Aralara Rajal
Arare Chantilly Arare Chantilly
CHUIBUG-191 CHUIBUG-191
......
...@@ -84,7 +84,7 @@ BOOL LLFloaterConversationPreview::postBuild() ...@@ -84,7 +84,7 @@ BOOL LLFloaterConversationPreview::postBuild()
file = "chat"; file = "chat";
} }
mChatHistoryFileName = file; mChatHistoryFileName = file;
if (mIsGroup) if (mIsGroup && !LLStringUtil::endsWith(mChatHistoryFileName, GROUP_CHAT_SUFFIX))
{ {
mChatHistoryFileName += GROUP_CHAT_SUFFIX; mChatHistoryFileName += GROUP_CHAT_SUFFIX;
} }
......
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