mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Implement progressive jpeg loading and sending.
This commit is contained in:
@@ -219,6 +219,7 @@ struct FileLoadResult {
|
||||
uint64 thumbId = 0; // id is always file-id of media, thumbId is file-id of thumb ( == id for photos)
|
||||
QString thumbname;
|
||||
UploadFileParts thumbparts;
|
||||
QByteArray thumbbytes;
|
||||
QByteArray thumbmd5;
|
||||
QImage thumb;
|
||||
|
||||
|
Reference in New Issue
Block a user