The 'session_name' in saveOpenIMs() is not necessary anymore

This commit is contained in:
PanteraPolnocy
2026-06-26 08:43:36 +02:00
parent b06f93d125
commit e0cd8e2b90
-1
View File
@@ -743,7 +743,6 @@ void FSFloaterIMContainer::saveOpenIMs()
{
LLSD session_data = LLSD::emptyMap();
session_data["other_participant_id"] = session->mOtherParticipantID;
session_data["session_name"] = session->mName;
openIMs.append(session_data);
}
}