mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Beta version 3.2.6: Fix build on Linux.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user