diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-03-14 23:21:26 +0200 |
|---|---|---|
| committer | akleshchev <117672381+akleshchev@users.noreply.github.com> | 2023-03-15 20:18:38 +0200 |
| commit | ac145cb21f382b8eab9f770cecfa23ea9d58aac6 (patch) | |
| tree | babcb121cd3109cc293b351eb38ee08b717266a5 /indra/newview/llinventoryfilter.cpp | |
| parent | f14629e690c31b4fb9381430e288f191ef22d23a (diff) | |
SL-18629 WIP Fetch Inventory using AIS caps
Diffstat (limited to 'indra/newview/llinventoryfilter.cpp')
| -rw-r--r-- | indra/newview/llinventoryfilter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventoryfilter.cpp b/indra/newview/llinventoryfilter.cpp index d6110b3cd5..6e09161473 100644 --- a/indra/newview/llinventoryfilter.cpp +++ b/indra/newview/llinventoryfilter.cpp @@ -202,7 +202,7 @@ bool LLInventoryFilter::checkFolder(const LLUUID& folder_id) const { // At the moment background fetch only cares about VERSION_UNKNOWN, // so do not check isCategoryComplete that compares descendant count - LLInventoryModelBackgroundFetch::instance().start(folder_id); + LLInventoryModelBackgroundFetch::instance().start(folder_id, false); } } |
