Return back missing call to MessagesManager::before_get_difference.
This commit is contained in:
parent
2a092888e3
commit
2820a9d281
@ -528,6 +528,8 @@ void UpdatesManager::before_get_difference(bool is_initial) {
|
||||
// may be called many times before after_get_difference is called
|
||||
send_closure(G()->state_manager(), &StateManager::on_synchronized, false);
|
||||
|
||||
td_->messages_manager_->before_get_difference();
|
||||
|
||||
vector<Promise<Unit>> promises;
|
||||
if (can_postpone_updates()) {
|
||||
for (auto &update : pending_pts_updates_) {
|
||||
|
Loading…
Reference in New Issue
Block a user