Fix ChatFull invalidating.
GitOrigin-RevId: 34ae7377315701b5e8d0a877686499f1670b529d
This commit is contained in:
parent
7435cab3af
commit
afae30a32d
@ -7471,7 +7471,9 @@ void ContactsManager::on_get_chat_participants(tl_object_ptr<telegram_api::ChatP
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
invalidate_chat_full(chat_id);
|
if (from_update) {
|
||||||
|
invalidate_chat_full(chat_id);
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case telegram_api::chatParticipants::ID: {
|
case telegram_api::chatParticipants::ID: {
|
||||||
|
Reference in New Issue
Block a user