mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
parent
c9e24c2283
commit
adb0a9b6f0
1 changed files with 1 additions and 1 deletions
|
@ -373,7 +373,7 @@ void DocumentData::setattributes(
|
|||
}
|
||||
}
|
||||
}, [&](const MTPDdocumentAttributeFilename &data) {
|
||||
setFileName(_filename);
|
||||
setFileName(qs(data.vfile_name()));
|
||||
}, [&](const MTPDdocumentAttributeHasStickers &data) {
|
||||
_flags |= Flag::HasAttachedStickers;
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue