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:
John Preston
2025-10-10 19:20:30 +04:00
parent 10bedad9bf
commit d51195a537
8 changed files with 29 additions and 18 deletions

View File

@@ -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) {