EXT-2491 IM text does not appear in private IMs
parent
7e2d240658
commit
f9cacc57e2
|
|
@ -479,6 +479,7 @@ void LLIMFloater::updateMessages()
|
|||
LLChat chat;
|
||||
chat.mFromID = from_id;
|
||||
chat.mFromName = from;
|
||||
chat.mText = message;
|
||||
|
||||
mChatHistory->appendWidgetMessage(chat);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue