mirror of
https://github.com/Qz3rK/tdesktop.git
synced 2026-07-03 14:15:08 +02:00
Notify::peerUpdatedSendDelayed() now is always called from the event loop.
This commit is contained in:
@@ -819,7 +819,6 @@ void AppClass::doMtpUnpause() {
|
||||
void AppClass::selfPhotoCleared(const MTPUserProfilePhoto &result) {
|
||||
if (!App::self()) return;
|
||||
App::self()->setPhoto(result);
|
||||
Notify::peerUpdatedSendDelayed();
|
||||
emit peerPhotoDone(App::self()->id);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user