mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 22:16:14 +00:00
Fix range-v3 deprecation warnings
This commit is contained in:
@@ -1053,7 +1053,7 @@ void FileLoadTask::process(Args &&args) {
|
||||
if (image->modifications.paint) {
|
||||
const auto documents = ExtractStickersFromScene(image);
|
||||
_result->attachedStickers = documents
|
||||
| ranges::view::transform(&DocumentData::mtpInput)
|
||||
| ranges::views::transform(&DocumentData::mtpInput)
|
||||
| ranges::to_vector;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user