diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-03-19 13:47:32 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-03-19 13:47:32 +0200 |
commit | 65352e988410d8001d485fa9d72858e21cc80df7 (patch) | |
tree | b755439534bb91bb318db057767c5362a0b6c92d /indra/newview | |
parent | 5f6a025397d0bcca27adc01fcb6fc324b7bdbd4d (diff) |
SL-14927 Some avatar names not resolving in chat
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llfloaterimsessiontab.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterimsessiontab.cpp b/indra/newview/llfloaterimsessiontab.cpp index 80165f9b9a..ed1d7a81cc 100644 --- a/indra/newview/llfloaterimsessiontab.cpp +++ b/indra/newview/llfloaterimsessiontab.cpp @@ -532,7 +532,7 @@ void LLFloaterIMSessionTab::removeConversationViewParticipant(const LLUUID& part LLFolderViewItem* widget = get_ptr_in_map(mConversationsWidgets,participant_id); if (widget) { - mConversationsRoot->extractItem(widget); + mConversationsRoot->extractItem(widget, false); delete widget; } mConversationsWidgets.erase(participant_id); |