summaryrefslogtreecommitdiff
path: root/indra/newview/llimfloater.cpp
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2012-09-20 20:48:20 -0700
committerMerov Linden <merov@lindenlab.com>2012-09-20 20:48:20 -0700
commitfc6bbee3f4ba1abba2956ee92f7ac7ba01d0f59b (patch)
tree542b22f9dfcf0b24c6af996b2b7015e3a30c5280 /indra/newview/llimfloater.cpp
parent1107803a5c6da07cd5171f06afc0490f3eca7bf7 (diff)
CHUI-340 : WIP : Implement time update on all IM typing cases
Diffstat (limited to 'indra/newview/llimfloater.cpp')
-rw-r--r--indra/newview/llimfloater.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llimfloater.cpp b/indra/newview/llimfloater.cpp
index fbc1b8e7fe..8268764816 100644
--- a/indra/newview/llimfloater.cpp
+++ b/indra/newview/llimfloater.cpp
@@ -907,9 +907,11 @@ void LLIMFloater::updateMessages()
chat.mText = message;
}
- // Merov debug
+ // Update the participant activity time
+ mParticipantList->setParticipantTimeNow(from_id);
llinfos << "Merov debug : LLIMFloater::updateMessages, session = " << mSessionID << ", from = " << msg["from"].asString() << ", uuid = " << msg["from_id"].asString() << ", date = " << LLFrameTimer::getElapsedSeconds() << llendl;
+ // Add the message to the chat log
appendMessage(chat);
mLastMessageIndex = msg["index"].asInteger();