2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Fix range-v3 deprecation warnings

This commit is contained in:
Ilya Fedin
2023-02-11 08:18:57 +04:00
committed by John Preston
parent 1940edd6ee
commit c65b45460b
5 changed files with 9 additions and 9 deletions

View File

@@ -172,7 +172,7 @@ void EmojiStatuses::requestProfilePhotoGroups() {
const auto &data = group.data();
auto emoticons = ranges::views::all(
data.vemoticons().v
) | ranges::view::transform([](const MTPstring &emoticon) {
) | ranges::views::transform([](const MTPstring &emoticon) {
return qs(emoticon);
}) | ranges::to_vector;
result.push_back({