2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-05 00:55:12 +00:00

Version 1.8.12: Fix build for Xcode.

This commit is contained in:
John Preston
2019-10-02 12:54:29 +03:00
parent 60640c7087
commit ecfe1dacb2
6 changed files with 11 additions and 9 deletions

View File

@@ -764,7 +764,7 @@ void ApplyMegagroupAdmins(
}
auto adding = base::flat_map<UserId, QString>();
auto admins = ranges::subrange(
auto admins = ranges::make_subrange(
list.begin(), list.end()
) | ranges::view::transform([](const MTPChannelParticipant &p) {
const auto userId = p.match([](const auto &data) {