mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-05 00:46:08 +00:00
Generate previews for cloud theme links.
This commit is contained in:
@@ -51,6 +51,9 @@ struct FileReferenceAccumulator {
|
||||
if (const auto document = data.vdocument()) {
|
||||
push(*document);
|
||||
}
|
||||
if (const auto documents = data.vdocuments()) {
|
||||
push(*documents);
|
||||
}
|
||||
if (const auto photo = data.vphoto()) {
|
||||
push(*photo);
|
||||
}
|
||||
|
Reference in New Issue
Block a user