diff --git a/Telegram/SourceFiles/structs.cpp b/Telegram/SourceFiles/structs.cpp index 0c809975e..7aea4ab3f 100644 --- a/Telegram/SourceFiles/structs.cpp +++ b/Telegram/SourceFiles/structs.cpp @@ -317,7 +317,7 @@ void PeerData::updateNameDelayed(const QString &newName, const QString &newNameO } } fillNames(); - Notify::peerUpdatedDelayed(update); + Notify::PeerUpdated().notify(update, true); } ClickHandlerPtr PeerData::createOpenLink() {