mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
This makes group search work (Groups V2).
This commit is contained in:
@@ -199,7 +199,7 @@ namespace OpenSim.Groups
|
||||
public List<DirGroupsReplyData> FindGroups(string RequestingAgentID, string search)
|
||||
{
|
||||
// TODO!
|
||||
return new List<DirGroupsReplyData>();
|
||||
return m_GroupsService.FindGroups(RequestingAgentID, search);
|
||||
}
|
||||
|
||||
public bool AddAgentToGroup(string RequestingAgentID, string AgentID, UUID GroupID, UUID RoleID, string token, out string reason)
|
||||
|
||||
Reference in New Issue
Block a user