mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Start DocumentData::thumbnail move to DocumentMedia.
This commit is contained in:
@@ -3945,11 +3945,12 @@ void importOldRecentStickers() {
|
||||
attributes,
|
||||
mime,
|
||||
QByteArray(),
|
||||
ImagePtr(),
|
||||
StorageImageLocation(),
|
||||
dc,
|
||||
size,
|
||||
StorageImageLocation());
|
||||
if (!doc->sticker()) continue;
|
||||
size);
|
||||
if (!doc->sticker()) {
|
||||
continue;
|
||||
}
|
||||
|
||||
if (value > 0) {
|
||||
def.stickers.push_back(doc);
|
||||
|
Reference in New Issue
Block a user