mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
very useless changes
This commit is contained in:
@@ -1582,6 +1582,5 @@ namespace OpenSim.Groups
|
||||
{
|
||||
return client is null ? UUID.Zero : client.AgentId;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -88,8 +88,8 @@ namespace OpenSim.OfflineIM
|
||||
|
||||
Dictionary<string, object> sendData = new Dictionary<string, object>();
|
||||
sendData["PrincipalID"] = principalID;
|
||||
Dictionary<string, object> ret = MakeRequest("GET", sendData);
|
||||
|
||||
Dictionary<string, object> ret = MakeRequest("GET", sendData);
|
||||
if (ret == null)
|
||||
return ims;
|
||||
|
||||
@@ -118,14 +118,12 @@ namespace OpenSim.OfflineIM
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
return ims;
|
||||
}
|
||||
|
||||
public bool StoreMessage(GridInstantMessage im, out string reason)
|
||||
{
|
||||
Dictionary<string, object> sendData = OfflineIMDataUtils.GridInstantMessage(im);
|
||||
|
||||
Dictionary<string, object> ret = MakeRequest("STORE", sendData);
|
||||
|
||||
if (ret == null)
|
||||
|
||||
@@ -163,6 +163,5 @@ namespace OpenSim.OfflineIM
|
||||
m_Database.Delete("PrincipalID", userID.ToString());
|
||||
m_Database.Delete("FromID", userID.ToString());
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user