Skip to content
Snippets Groups Projects
Commit c20c391a authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Fix time based sorting of chat participants not functioning

parent 525041e2
No related branches found
No related tags found
2 merge requests!3Update to main branch,!2Rebase onto current main branch
...@@ -1836,6 +1836,7 @@ void LLFloaterIMContainer::setTimeNow(const LLUUID& session_id, const LLUUID& pa ...@@ -1836,6 +1836,7 @@ void LLFloaterIMContainer::setTimeNow(const LLUUID& session_id, const LLUUID& pa
LLConversationItemSession* item = dynamic_cast<LLConversationItemSession*>(getSessionModel(session_id)); LLConversationItemSession* item = dynamic_cast<LLConversationItemSession*>(getSessionModel(session_id));
if (item) if (item)
{ {
item->setTimeNow(participant_id);
mConversationViewModel.requestSortAll(); mConversationViewModel.requestSortAll();
mConversationsRoot->arrangeAll(); mConversationsRoot->arrangeAll();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment