Fix ChatFullInfo reloading due to uninited is_is_blocked_inited.
This commit is contained in:
parent
2348e175d9
commit
451c0afe60
@ -32911,6 +32911,7 @@ MessagesManager::Dialog *MessagesManager::add_new_dialog(unique_ptr<Dialog> &&d,
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case DialogType::Chat:
|
case DialogType::Chat:
|
||||||
|
d->is_is_blocked_inited = true;
|
||||||
break;
|
break;
|
||||||
case DialogType::Channel: {
|
case DialogType::Channel: {
|
||||||
auto channel_type = td_->contacts_manager_->get_channel_type(dialog_id.get_channel_id());
|
auto channel_type = td_->contacts_manager_->get_channel_type(dialog_id.get_channel_id());
|
||||||
|
Loading…
Reference in New Issue
Block a user