summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterimcontainer.cpp
diff options
context:
space:
mode:
authorMaxim Nikolenko <maximnproductengine@lindenlab.com>2023-12-04 16:22:57 +0200
committerGitHub <noreply@github.com>2023-12-04 16:22:57 +0200
commitd48c77b6dcfc6eafba09b58f530bbfa4f00a9431 (patch)
tree1a154e3943a6298d996e23d78190cbbd877da1d9 /indra/newview/llfloaterimcontainer.cpp
parenta80e3fe4191aee87c566937953d52fa6498b7f32 (diff)
SL-20679 fix for "Sort conversations by recent activity" option
Diffstat (limited to 'indra/newview/llfloaterimcontainer.cpp')
-rw-r--r--indra/newview/llfloaterimcontainer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterimcontainer.cpp b/indra/newview/llfloaterimcontainer.cpp
index f997dc9910..635aee64ff 100644
--- a/indra/newview/llfloaterimcontainer.cpp
+++ b/indra/newview/llfloaterimcontainer.cpp
@@ -1770,6 +1770,7 @@ void LLFloaterIMContainer::setTimeNow(const LLUUID& session_id, const LLUUID& pa
LLConversationItemSession* item = dynamic_cast<LLConversationItemSession*>(getSessionModel(session_id));
if (item)
{
+ item->setTimeNow(participant_id);
mConversationViewModel.requestSortAll();
mConversationsRoot->arrangeAll();
}