2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

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

View File

@@ -155,7 +155,7 @@ public:
return !_phone.isEmpty();
}
MTPInputUser inputUser;
MTPInputUser inputUser = MTP_inputUserEmpty();
QString firstName;
QString lastName;