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:
@@ -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({
|
||||
|
Reference in New Issue
Block a user