summaryrefslogtreecommitdiff
path: root/indra/newview/llimview.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2024-04-11 00:34:54 +0300
committerAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2024-04-11 00:46:19 +0300
commit4f2f328f70e465d452bf33722f37e49f7d5813a7 (patch)
tree691a119eac1eccc8e450f6ab17868ccdce3b033c /indra/newview/llimview.cpp
parentf4c41ec5c005f9093dd03bd1a52f7d67087ce219 (diff)
triage#171 Sometimes conversation.log remains empty
Diffstat (limited to 'indra/newview/llimview.cpp')
-rw-r--r--indra/newview/llimview.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llimview.cpp b/indra/newview/llimview.cpp
index 61a01d7418..4e645010c9 100644
--- a/indra/newview/llimview.cpp
+++ b/indra/newview/llimview.cpp
@@ -1572,6 +1572,8 @@ bool LLIMModel::logToFile(const std::string& file_name, const std::string& from,
}
else
{
+ // will check KeepConversationLogTranscripts on its own
+ LLConversationLog::instance().cache();
return false;
}
}