mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Use notify* instead of mark* in Data::Session.
This commit is contained in:
@@ -5366,7 +5366,7 @@ void MainWidget::feedUpdate(const MTPUpdate &update) {
|
||||
}
|
||||
Local::writeInstalledStickers();
|
||||
if (writeArchived) Local::writeArchivedStickers();
|
||||
Auth().data().markStickersUpdated();
|
||||
Auth().data().notifyStickersUpdated();
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -5390,7 +5390,7 @@ void MainWidget::feedUpdate(const MTPUpdate &update) {
|
||||
} else {
|
||||
Auth().data().stickerSetsOrderRef() = std::move(result);
|
||||
Local::writeInstalledStickers();
|
||||
Auth().data().markStickersUpdated();
|
||||
Auth().data().notifyStickersUpdated();
|
||||
}
|
||||
}
|
||||
} break;
|
||||
|
Reference in New Issue
Block a user