2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Updated TDesktop sources to 3.1

This commit is contained in:
RadRussianRus
2021-09-19 23:21:15 +03:00
390 changed files with 10214 additions and 5186 deletions

View File

@@ -388,7 +388,7 @@ void DocumentData::setattributes(
0x2066, // LTR Isolate
0x2067, // RTL Isolate
};
for (const auto ch : controls) {
for (const auto &ch : controls) {
_filename = std::move(_filename).replace(ch, "_");
}
}, [&](const MTPDdocumentAttributeHasStickers &data) {