mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Support item repaint in Info media overview.
This commit is contained in:
@@ -1954,8 +1954,10 @@ namespace {
|
||||
}
|
||||
}
|
||||
Auth().notifications().clearFromItem(item);
|
||||
if (Global::started() && !App::quitting()) {
|
||||
Global::RefItemRemoved().notify(item, true);
|
||||
if (Global::started()
|
||||
&& !App::quitting()
|
||||
&& AuthSession::Exists()) {
|
||||
Auth().data().markItemRemoved(item);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user