mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
add some wiring to have GetUserAccounts for multiple IDs on a single request to grid services. Unfinished, untested
This commit is contained in:
@@ -100,6 +100,12 @@ namespace OpenSim.Services.HypergridService
|
||||
return null;
|
||||
}
|
||||
|
||||
public List<UserAccount> GetUserAccounts(UUID scopeID, List<string> IDs, out bool suported)
|
||||
{
|
||||
suported = false;
|
||||
return null;
|
||||
}
|
||||
|
||||
public void InvalidateCache(UUID userID)
|
||||
{
|
||||
m_UUIDCache.Remove(userID);
|
||||
|
||||
Reference in New Issue
Block a user