mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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) {
|
}, [&](const MTPDdocumentAttributeFilename &data) {
|
||||||
setFileName(_filename);
|
setFileName(qs(data.vfile_name()));
|
||||||
}, [&](const MTPDdocumentAttributeHasStickers &data) {
|
}, [&](const MTPDdocumentAttributeHasStickers &data) {
|
||||||
_flags |= Flag::HasAttachedStickers;
|
_flags |= Flag::HasAttachedStickers;
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue