mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-02-22 08:16:56 +00:00
parent
c9e24c2283
commit
adb0a9b6f0
@ -373,7 +373,7 @@ void DocumentData::setattributes(
|
||||
}
|
||||
}
|
||||
}, [&](const MTPDdocumentAttributeFilename &data) {
|
||||
setFileName(_filename);
|
||||
setFileName(qs(data.vfile_name()));
|
||||
}, [&](const MTPDdocumentAttributeHasStickers &data) {
|
||||
_flags |= Flag::HasAttachedStickers;
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user