EXT-2491 IM text does not appear in private IMs

master
James Cook 2009-11-13 12:36:41 -08:00
parent 7e2d240658
commit f9cacc57e2
1 changed files with 1 additions and 0 deletions

View File

@ -479,6 +479,7 @@ void LLIMFloater::updateMessages()
LLChat chat;
chat.mFromID = from_id;
chat.mFromName = from;
chat.mText = message;
mChatHistory->appendWidgetMessage(chat);