mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-04 11:00:46 +00:00
Fix build with GCC.
This commit is contained in:
@@ -132,9 +132,6 @@ bool PollData::applyResults(const MTPPollResults &results) {
|
||||
}
|
||||
}
|
||||
if (const auto recent = results.vrecent_voters()) {
|
||||
const auto bareProj = [](not_null<UserData*> user) {
|
||||
return peerToUser(user->id).bare;
|
||||
};
|
||||
const auto recentChanged = !ranges::equal(
|
||||
recentVoters,
|
||||
recent->v,
|
||||
|
||||
Reference in New Issue
Block a user