Fix sending albums failing on invalid cache

This commit is contained in:
Lonami Exo 2018-01-17 13:29:08 +01:00
parent bfe9378054
commit 428abebed8

View File

@ -983,7 +983,7 @@ class TelegramClient(TelegramBareClient):
# Need to upload the media first
media = [
self(UploadMediaRequest(entity, InputMediaUploadedPhoto(
self.upload_file(file),
self.upload_file(file, allow_cache=allow_cache),
caption=caption
)))
for file in files