2
0
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:
John Preston
2020-04-15 18:06:34 +04:00
parent 1329870c8e
commit 956c3af0ae
37 changed files with 511 additions and 312 deletions

View File

@@ -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);