mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 06:07:45 +00:00
Fix document filenames.
Regression was introduced in 2b11e45692.
This commit is contained in:
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…
x
Reference in New Issue
Block a user