mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-04 08:35:21 +00:00
Use sync notifications for name changes.
Search index updates must be sync or it may use new values twice.
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user