diff options
| author | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-02-01 11:18:40 -0800 |
|---|---|---|
| committer | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-02-01 11:18:40 -0800 |
| commit | 142833f93f54cfe5127785e58a44cfec855178dc (patch) | |
| tree | 759249f9048cd7036ae7ba8c93b08ea23f630c89 /indra/newview/llconversationlog.cpp | |
| parent | dde030e6cd8816bb7f99e0358a8c83eaccf1f8b9 (diff) | |
| parent | 97930c72b6f869e9bb47cda7d9ecfccf1a25a3fa (diff) | |
merge
Diffstat (limited to 'indra/newview/llconversationlog.cpp')
| -rw-r--r-- | indra/newview/llconversationlog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llconversationlog.cpp b/indra/newview/llconversationlog.cpp index c68a96ef5d..7bd6ef8cd7 100644 --- a/indra/newview/llconversationlog.cpp +++ b/indra/newview/llconversationlog.cpp @@ -228,7 +228,7 @@ void LLConversationLog::logConversation(const LLUUID& session_id, BOOL has_offli const LLIMModel::LLIMSession* session = LLIMModel::instance().findIMSession(session_id); LLConversation* conversation = findConversation(session); - if (session) + if (session && session->mOtherParticipantID != gAgentID) { if (conversation) { |
