Refresh last post on proxy promotion refresh.

This commit is contained in:
John Preston 2018-05-24 17:12:57 +03:00
parent 37bf9ffcff
commit f1816815a9
1 changed files with 5 additions and 1 deletions

View File

@ -224,7 +224,11 @@ void ApiWrap::proxyPromotionDone(const MTPhelp_ProxyData &proxy) {
App::feedChats(data.vchats);
App::feedUsers(data.vusers);
const auto peerId = peerFromMTP(data.vpeer);
_session->data().setProxyPromoted(App::peer(peerId));
const auto peer = App::peer(peerId);
_session->data().setProxyPromoted(peer);
if (const auto history = App::historyLoaded(peer)) {
_session->api().requestDialogEntry(history);
}
}
void ApiWrap::applyUpdates(