Fix userpics display for min-loaded users.

This commit is contained in:
John Preston
2020-09-17 18:13:12 +03:00
parent 4c1213ce9e
commit 1a40f2b3ef
6 changed files with 18 additions and 5 deletions
@@ -283,7 +283,6 @@ PeerData *readPeer(
chat->setInviteLink(inviteLink);
chat->input = MTP_inputPeerChat(MTP_int(peerToChat(chat->id)));
chat->inputChat = MTP_int(peerToChat(chat->id));
}
} else if (const auto channel = result->asChannel()) {
QString name, inviteLink;