very useless changes

This commit is contained in:
UbitUmarov
2025-06-25 02:22:28 +01:00
parent f1d84b7866
commit 0d71b6d871
78 changed files with 123 additions and 223 deletions

View File

@@ -1582,6 +1582,5 @@ namespace OpenSim.Groups
{
return client is null ? UUID.Zero : client.AgentId;
}
}
}

View File

@@ -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)

View File

@@ -163,6 +163,5 @@ namespace OpenSim.OfflineIM
m_Database.Delete("PrincipalID", userID.ToString());
m_Database.Delete("FromID", userID.ToString());
}
}
}