summaryrefslogtreecommitdiff
path: root/indra/newview/llimview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llimview.cpp')
-rw-r--r--indra/newview/llimview.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llimview.cpp b/indra/newview/llimview.cpp
index d17bb982e1..c5cc35f1f9 100644
--- a/indra/newview/llimview.cpp
+++ b/indra/newview/llimview.cpp
@@ -602,6 +602,10 @@ LLIMModel::LLIMSession::LLIMSession(const LLUUID& session_id, const std::string&
}
buildHistoryFileName();
+ if (isP2P()) // user's account name can change, but filenames are account name based
+ {
+ LLConversationLog::getInstance()->verifyFilename(mSessionID, mHistoryFileName);
+ }
loadHistory();
// Localizing name of ad-hoc session. STORM-153