Skip to content
Snippets Groups Projects
Commit 74e584ad authored by Christian Goetze's avatar Christian Goetze
Browse files
Propagating to trunk: QAR-1705 DEV-29573 QAR-1859 QAR-1804
parent 76d05a7e
No related branches found
No related tags found
No related merge requests found
...@@ -270,7 +270,6 @@ bool is_asset_fetch_by_id_allowed(LLAssetType::EType type) ...@@ -270,7 +270,6 @@ bool is_asset_fetch_by_id_allowed(LLAssetType::EType type)
case LLAssetType::AT_BODYPART: case LLAssetType::AT_BODYPART:
case LLAssetType::AT_ANIMATION: case LLAssetType::AT_ANIMATION:
case LLAssetType::AT_GESTURE: case LLAssetType::AT_GESTURE:
case LLAssetType::AT_FAVORITE:
rv = true; rv = true;
break; break;
default: default:
......
...@@ -8950,6 +8950,7 @@ version 2.0 ...@@ -8950,6 +8950,7 @@ version 2.0
} }
} }
// Link inventory
{ {
LinkInventoryItem Low 426 NotTrusted Zerocoded LinkInventoryItem Low 426 NotTrusted Zerocoded
{ {
...@@ -8958,12 +8959,16 @@ version 2.0 ...@@ -8958,12 +8959,16 @@ version 2.0
{ SessionID LLUUID } { SessionID LLUUID }
} }
{ {
InventoryData Variable InventoryBlock Single
{ CallbackID U32 } // Async Response { CallbackID U32 } // Async Response
{ FolderID LLUUID } { FolderID LLUUID }
{ TransactionID LLUUID } // Going to become TransactionID
{ OldItemID LLUUID } { OldItemID LLUUID }
{ Type S8 }
{ InvType S8 }
{ Name Variable 1 } { Name Variable 1 }
{ AssetType U8 } { Description Variable 1 }
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment