2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-01 15:05:56 +00:00

Fixed uploading edit media with thumbnails.

This commit is contained in:
23rd
2019-03-29 11:39:23 +03:00
committed by John Preston
parent 820c7ba84e
commit c84f99cf3a
3 changed files with 11 additions and 5 deletions

View File

@@ -362,7 +362,8 @@ void Uploader::sendNext() {
uploadingId,
silent,
file,
thumb });
thumb,
uploadingData.file->edit });
} else {
_documentReady.fire({ uploadingId, silent, file, uploadingData.file->edit });
}