mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Use refs in AuthSession part getters.
Also use only AuthSession data for Contacts/Dialogs loaded state.
This commit is contained in:
@@ -2034,7 +2034,7 @@ bool HistoryService::updateDependent(bool force) {
|
||||
updateDependentText();
|
||||
}
|
||||
if (force && gotDependencyItem) {
|
||||
AuthSession::Current().notifications()->checkDelayed();
|
||||
AuthSession::Current().notifications().checkDelayed();
|
||||
}
|
||||
return (dependent->msg || !dependent->msgId);
|
||||
}
|
||||
|
Reference in New Issue
Block a user