mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-02 15:45:12 +00:00
Use notify* instead of mark* in Data::Session.
This commit is contained in:
@@ -951,7 +951,7 @@ namespace {
|
||||
if (saved.size() > Global::SavedGifsLimit()) saved.pop_back();
|
||||
Local::writeSavedGifs();
|
||||
|
||||
Auth().data().markSavedGifsUpdated();
|
||||
Auth().data().notifySavedGifsUpdated();
|
||||
Auth().data().setLastSavedGifsUpdate(0);
|
||||
Auth().api().updateStickers();
|
||||
}
|
||||
@@ -1277,7 +1277,7 @@ namespace {
|
||||
if (Global::started()
|
||||
&& !App::quitting()
|
||||
&& AuthSession::Exists()) {
|
||||
Auth().data().markItemRemoved(item);
|
||||
Auth().data().notifyItemRemoved(item);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user