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:
@@ -302,10 +302,6 @@ void userIsBotChanged(UserData *user) {
|
||||
if (MainWidget *m = App::main()) m->notify_userIsBotChanged(user);
|
||||
}
|
||||
|
||||
void userIsContactChanged(UserData *user, bool fromThisApp) {
|
||||
if (MainWidget *m = App::main()) m->notify_userIsContactChanged(user, fromThisApp);
|
||||
}
|
||||
|
||||
void botCommandsChanged(UserData *user) {
|
||||
if (MainWidget *m = App::main()) {
|
||||
m->notify_botCommandsChanged(user);
|
||||
|
Reference in New Issue
Block a user