2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Count unread messages in Dialogs::MainList.

This commit is contained in:
John Preston
2020-03-16 14:20:18 +04:00
parent 9636617798
commit 38a744fe5b
13 changed files with 257 additions and 208 deletions

View File

@@ -280,7 +280,7 @@ Widget::Widget(
onSearchMore();
} else {
const auto folder = _inner->shownFolder();
if (!folder || !folder->chatsListLoaded()) {
if (!folder || !folder->chatsList()->loaded()) {
session().api().requestDialogs(folder);
}
}