2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Use StorageFileLocation in mtpFileLoader.

This commit is contained in:
John Preston
2019-03-25 15:50:42 +04:00
parent 95023ca770
commit 8759d637ff
13 changed files with 167 additions and 230 deletions

View File

@@ -2029,7 +2029,6 @@ DocumentData *Session::documentFromWeb(
int32(0), // data.vsize.v
StorageImageLocation());
result->setWebLocation(WebFileLocation(
Global::WebFileDcId(),
data.vurl.v,
data.vaccess_hash.v));
return result;