This temporarily fixes inventory problems on Aurora.
DO NOT MERGE THIS INTO FUTURE.
This commit is contained in:
@@ -1456,13 +1456,9 @@ void LLViewerRegion::setSeedCapability(const std::string& url)
|
||||
capabilityNames.append("DispatchRegionInfo");
|
||||
capabilityNames.append("EstateChangeInfo");
|
||||
capabilityNames.append("EventQueueGet");
|
||||
if (false)//gSavedSettings.getBOOL("UseHTTPInventory")) //Caps suffixed with 2 by LL. Don't update until rest of fetch system is updated first.
|
||||
{
|
||||
capabilityNames.append("FetchLib");
|
||||
capabilityNames.append("FetchLibDescendents");
|
||||
capabilityNames.append("FetchInventory");
|
||||
capabilityNames.append("FetchInventoryDescendents");
|
||||
}
|
||||
capabilityNames.append("FetchInventory");
|
||||
capabilityNames.append("FetchLib");
|
||||
capabilityNames.append("FetchLibDescendents");
|
||||
capabilityNames.append("GetTexture");
|
||||
capabilityNames.append("GroupProposalBallot");
|
||||
capabilityNames.append("GetDisplayNames");
|
||||
@@ -1499,6 +1495,10 @@ void LLViewerRegion::setSeedCapability(const std::string& url)
|
||||
capabilityNames.append("UploadBakedTexture");
|
||||
capabilityNames.append("ViewerStartAuction");
|
||||
capabilityNames.append("ViewerStats");
|
||||
capabilityNames.append("WebFetchInventoryDescendents"); // OGPX : since this is asking the region
|
||||
// leave the old naming in place, on agent domain
|
||||
// it is now called agent/inventory. Both
|
||||
// caps have the same LLSD returned.
|
||||
// Please add new capabilities alphabetically to reduce
|
||||
// merge conflicts.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user