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:
@@ -362,7 +362,8 @@ void Uploader::sendNext() {
|
||||
uploadingId,
|
||||
silent,
|
||||
file,
|
||||
thumb });
|
||||
thumb,
|
||||
uploadingData.file->edit });
|
||||
} else {
|
||||
_documentReady.fire({ uploadingId, silent, file, uploadingData.file->edit });
|
||||
}
|
||||
|
Reference in New Issue
Block a user