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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user