Mantis #7915: bring XmlRpcGroups/GroupsModule.cs up to speed with Groups V2
parent
a9fb3d0e18
commit
d51fe01ed8
|
@ -267,9 +267,11 @@ namespace OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups
|
||||||
// comented out because some viewers no longer suport it
|
// comented out because some viewers no longer suport it
|
||||||
// sp.ControllingClient.AddGenericPacketHandler("avatargroupsrequest", AvatarGroupsRequest);
|
// sp.ControllingClient.AddGenericPacketHandler("avatargroupsrequest", AvatarGroupsRequest);
|
||||||
|
|
||||||
// we should send a DataUpdate here for compatibility,
|
// Send out group data update for compatibility.
|
||||||
// but this is a bad place and a bad thread to do it
|
// There might be some problem with the thread we're generating this on but not
|
||||||
// also current viewers do ignore it and ask later on a much nicer thread
|
// doing the update at this time causes problems (Mantis #7920 and #7915)
|
||||||
|
// TODO: move sending this update to a later time in the rootification of the client.
|
||||||
|
SendAgentGroupDataUpdate(sp.ControllingClient, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void OnMakeChild(ScenePresence sp)
|
private void OnMakeChild(ScenePresence sp)
|
||||||
|
|
Loading…
Reference in New Issue