mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Remove Notify::userIsContactChanged().
Replace with Notify::peerUpdatedDelayed().
This commit is contained in:
@@ -95,7 +95,6 @@ public:
|
||||
|
||||
base::Observable<UserData*> searchFromUserChanged;
|
||||
|
||||
void notify_userIsContactChanged(UserData *user, bool fromThisApp);
|
||||
void notify_historyMuteUpdated(History *history);
|
||||
|
||||
~DialogsInner();
|
||||
@@ -138,6 +137,7 @@ private:
|
||||
struct PeerSearchResult;
|
||||
using PeerSearchResults = std::vector<std::unique_ptr<PeerSearchResult>>;
|
||||
|
||||
void userIsContactUpdated(not_null<UserData*> user);
|
||||
void mousePressReleased(Qt::MouseButton button);
|
||||
void clearIrrelevantState();
|
||||
void updateSelected() {
|
||||
|
Reference in New Issue
Block a user