Forcely ignore updateChat received in getDifference.
This commit is contained in:
parent
e72c129f9c
commit
9a575cdb56
@ -1195,6 +1195,10 @@ void UpdatesManager::process_get_difference_updates(
|
||||
CHECK(!running_get_difference_);
|
||||
}
|
||||
|
||||
if (constructor_id == telegram_api::updateChat::ID) {
|
||||
update = nullptr;
|
||||
}
|
||||
|
||||
if (constructor_id == telegram_api::updateChannel::ID) {
|
||||
update = nullptr;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user