mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
History::dialogs and Histories::unread are private now, counting only chats from dialogs list to the badge
This commit is contained in:
@@ -522,7 +522,7 @@ namespace App {
|
||||
if (!h->isEmpty()) {
|
||||
h->clear(true);
|
||||
}
|
||||
if (!hto->dialogs.isEmpty() && !h->dialogs.isEmpty()) {
|
||||
if (hto->inChatList() && h->inChatList()) {
|
||||
App::removeDialog(h);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user