Beta version 3.2.6: Fix build on Linux.

This commit is contained in:
John Preston
2021-11-29 09:47:39 +04:00
parent 5afcd47ab0
commit 453ce1bff9
5 changed files with 2 additions and 11 deletions
@@ -465,7 +465,6 @@ void AddSpecialBoxController::loadMoreRows() {
MTP_long(participantsHash)
)).done([=](const MTPchannels_ChannelParticipants &result) {
_loadRequestId = 0;
auto &session = channel->session();
result.match([&](const MTPDchannels_channelParticipants &data) {
const auto &[availableCount, list] = Api::ChatParticipants::Parse(
channel,