mirror of https://github.com/procxx/kepka.git
Revert "Pass cdn_supported flag to upload.getFile."
This reverts commit 7751f383ca
.
This commit is contained in:
parent
12873f8be0
commit
98bc7ce49b
|
@ -556,7 +556,7 @@ mtpRequestId DownloadMtprotoTask::sendRequest(
|
|||
}, [&](const StorageFileLocation &location) {
|
||||
const auto reference = location.fileReference();
|
||||
return api().request(MTPupload_GetFile(
|
||||
MTP_flags(MTPupload_GetFile::Flag::f_cdn_supported),
|
||||
MTP_flags(0),
|
||||
location.tl(api().session().userId()),
|
||||
MTP_int(offset),
|
||||
MTP_int(limit)
|
||||
|
|
Loading…
Reference in New Issue