mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Fix empty web page preview removing.
This commit is contained in:
@@ -892,7 +892,7 @@ void Stickers::gifsReceived(const QVector<MTPDocument> &items, int32 hash) {
|
||||
const auto document = owner().processDocument(item);
|
||||
if (!document->isGifv()) {
|
||||
LOG(("API Error: "
|
||||
"bad document returned in HistoryWidget::savedGifsGot!"));
|
||||
"bad document returned in Stickers::gifsReceived!"));
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user