2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-02 15:45:12 +00:00

version 0.8.32 crashfix + ipv6 disabled because of KIS

This commit is contained in:
John Preston
2015-06-25 13:12:38 +03:00
parent 88c44caf9d
commit 890352ef97
10 changed files with 26 additions and 25 deletions

View File

@@ -126,10 +126,10 @@ void PeerData::updateName(const QString &newName, const QString &newNameOrPhone,
NameFirstChars oldChars = chars;
fillNames();
App::history(id)->updateNameText();
nameUpdated();
if (App::main()) {
emit App::main()->peerNameChanged(this, oldNames, oldChars);
}
nameUpdated();
}
void UserData::setPhoto(const MTPUserProfilePhoto &p) {
@@ -198,7 +198,6 @@ void UserData::setName(const QString &first, const QString &last, const QString
void UserData::setPhone(const QString &newPhone) {
phone = newPhone;
++nameVersion;
}
void UserData::setBotInfoVersion(int32 version) {