reduce (again) number of http requestes on getdisplaynames

This commit is contained in:
UbitUmarov
2021-01-07 20:37:44 +00:00
parent a3b26255dd
commit 91bfc2f62c
3 changed files with 249 additions and 22 deletions

View File

@@ -46,7 +46,8 @@ namespace OpenSim.Framework
bool GetUserUUI(UUID userID, out string uui);
string GetUserServerURL(UUID uuid, string serverType);
string GetUserServerURL(UUID uuid, string serverType, out bool failedWeb);
Dictionary<UUID,string> GetUsersNames(string[] ids, UUID scopeID);
Dictionary<UUID, string> GetUsersNames(string[] ids, UUID scopeID);
Dictionary<UUID, string> GetKnownUserNames(string[] ids, UUID scopeID);
void UserWebFailed(UUID id);
/// <summary>