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:
@@ -3572,7 +3572,9 @@ void ApiWrap::parseRecentChannelParticipants(
|
||||
availableCount,
|
||||
list);
|
||||
}
|
||||
callbackList(availableCount, list);
|
||||
if (callbackList) {
|
||||
callbackList(availableCount, list);
|
||||
}
|
||||
}, std::move(callbackNotModified));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user