Version 6.2.
- Comments and reactions in group calls. - Notes for contacts. - Suggested birthdays. - Threads for AI bots. - Reorder gifts collections and stories albums. - Reorder gifts inside collections. - Apply tags instantly when forwarding to Saved Messages. - Choose which screen to show notifications on. - Nice text message sending animation.
This commit is contained in:
@@ -1108,7 +1108,6 @@ User ParseUser(const MTPUser &data) {
|
||||
result.info = ParseContactInfo(data);
|
||||
data.match([&](const MTPDuser &data) {
|
||||
result.bareId = data.vid().v;
|
||||
const auto color = data.vcolor();
|
||||
result.colorIndex = PeerColorIndex(result.bareId);
|
||||
if (const auto color = data.vcolor()) {
|
||||
color->match([&](const MTPDpeerColor &data) {
|
||||
|
||||
Reference in New Issue
Block a user