mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-13 04:37:11 +02:00
Fix file reference video cover.
This commit is contained in:
parent
141a291523
commit
1e77a3df20
1 changed files with 1 additions and 0 deletions
|
@ -105,6 +105,7 @@ struct FileReferenceAccumulator {
|
|||
push(data.vphoto());
|
||||
}, [&](const MTPDmessageMediaDocument &data) {
|
||||
push(data.vdocument());
|
||||
push(data.vvideo_cover());
|
||||
push(data.valt_documents());
|
||||
}, [&](const MTPDmessageMediaWebPage &data) {
|
||||
push(data.vwebpage());
|
||||
|
|
Loading…
Add table
Reference in a new issue