aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Interfaces
diff options
context:
space:
mode:
authorMelanie2019-08-07 17:58:08 +0100
committerMelanie2019-08-07 17:58:08 +0100
commitd781742d8e966bedb7ac0f9e637003d090a35375 (patch)
treebd60ff26f75c3bbf0ae4a1ce8e4f37771d3e53ab /OpenSim/Services/Interfaces
parentAlso remove the defaults from Configger (diff)
downloadopensim-SC-d781742d8e966bedb7ac0f9e637003d090a35375.zip
opensim-SC-d781742d8e966bedb7ac0f9e637003d090a35375.tar.gz
opensim-SC-d781742d8e966bedb7ac0f9e637003d090a35375.tar.bz2
opensim-SC-d781742d8e966bedb7ac0f9e637003d090a35375.tar.xz
Fix scope support to get friends list names across co-hosted grids
Diffstat (limited to 'OpenSim/Services/Interfaces')
-rw-r--r--OpenSim/Services/Interfaces/IUserManagement.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/Interfaces/IUserManagement.cs b/OpenSim/Services/Interfaces/IUserManagement.cs
index 3bdf86d..39268c0 100644
--- a/OpenSim/Services/Interfaces/IUserManagement.cs
+++ b/OpenSim/Services/Interfaces/IUserManagement.cs
@@ -42,7 +42,7 @@ namespace OpenSim.Services.Interfaces
42 string GetUserUUI(UUID uuid); 42 string GetUserUUI(UUID uuid);
43 bool GetUserUUI(UUID userID, out string uui); 43 bool GetUserUUI(UUID userID, out string uui);
44 string GetUserServerURL(UUID uuid, string serverType); 44 string GetUserServerURL(UUID uuid, string serverType);
45 Dictionary<UUID,string> GetUsersNames(string[] ids); 45 Dictionary<UUID,string> GetUsersNames(string[] ids, UUID scopeID);
46 46
47 /// <summary> 47 /// <summary>
48 /// Get user ID by the given name. 48 /// Get user ID by the given name.