mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 22:16:14 +00:00
Remove deleted chats with users from list.
This commit is contained in:
@@ -2314,7 +2314,8 @@ bool History::shouldBeInChatList() const {
|
||||
|| !lastMessageKnown()
|
||||
|| (lastMessage() != nullptr);
|
||||
}
|
||||
return true;
|
||||
return !lastMessageKnown()
|
||||
|| (lastMessage() != nullptr);
|
||||
}
|
||||
|
||||
bool History::toImportant() const {
|
||||
|
Reference in New Issue
Block a user