mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Use larger unique gift preview.
This commit is contained in:
@@ -382,7 +382,8 @@ bool WebPageData::computeDefaultSmallMedia() const {
|
||||
&& description.empty()
|
||||
&& author.isEmpty()) {
|
||||
return false;
|
||||
} else if (!document
|
||||
} else if (!uniqueGift
|
||||
&& !document
|
||||
&& photo
|
||||
&& type != WebPageType::Photo
|
||||
&& type != WebPageType::Document
|
||||
|
Reference in New Issue
Block a user