mirror of
https://github.com/FirestormViewer/phoenix-firestorm.git
synced 2026-08-14 08:53:53 +00:00
The 'session_name' in saveOpenIMs() is not necessary anymore
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user