Skip to content

Commit

Permalink
Fix recenty-activity based sorting of the various chat participant lists
Browse files Browse the repository at this point in the history
  • Loading branch information
RyeMutt committed Dec 25, 2023
1 parent a592292 commit 1503fd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions indra/newview/llfloaterimcontainer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit 1503fd6

Please sign in to comment.