viewer#1081 Add expected price to upload's body

master
Andrey Kleshchev 2024-04-13 01:49:09 +03:00 committed by Andrey Kleshchev
parent 4053bae85d
commit a6107bceec
1 changed files with 1 additions and 1 deletions

View File

@ -156,9 +156,9 @@ LLSD LLResourceUploadInfo::generatePostBody()
body["next_owner_mask"] = LLSD::Integer(mNextOwnerPerms);
body["group_mask"] = LLSD::Integer(mGroupPerms);
body["everyone_mask"] = LLSD::Integer(mEveryonePerms);
body["expected_upload_cost"] = mExpectedUploadCost;
return body;
}
void LLResourceUploadInfo::logPreparedUpload()