Bugfix of previous commit

This commit is contained in:
Andrea Cavalli 2020-05-17 00:16:26 +02:00
parent cd48ec7c91
commit 8379c120c8
1 changed files with 1 additions and 1 deletions

View File

@ -13362,7 +13362,7 @@ tl_object_ptr<td_api::supergroupFullInfo> ContactsManager::get_supergroup_full_i
tl_object_ptr<td_api::supergroupFullInfo> ContactsManager::get_supergroup_full_info_object(
const ChannelFull *channel_full) const {
if (channel_full == nullptr) {
return {};
return nullptr;
}
double slow_mode_delay_expires_in = 0;
if (channel_full->slow_mode_next_send_date != 0) {