2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Refresh participants after transfer.

This commit is contained in:
John Preston
2019-06-14 18:04:45 +02:00
parent 3c11eda611
commit d23fd3559a
8 changed files with 87 additions and 8 deletions

View File

@@ -3572,7 +3572,9 @@ void ApiWrap::parseRecentChannelParticipants(
availableCount,
list);
}
callbackList(availableCount, list);
if (callbackList) {
callbackList(availableCount, list);
}
}, std::move(callbackNotModified));
}