mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Request dialog entry for unknown chat.
This commit is contained in:
parent
8e222d3501
commit
5937b24799
1 changed files with 3 additions and 0 deletions
|
@ -1877,6 +1877,9 @@ void HistoryWidget::showHistory(
|
|||
}
|
||||
}
|
||||
}
|
||||
if (!_history->folderKnown()) {
|
||||
session().data().histories().requestDialogEntry(_history);
|
||||
}
|
||||
if (_history->chatListUnreadMark()) {
|
||||
_history->owner().histories().changeDialogUnreadMark(
|
||||
_history,
|
||||
|
|
Loading…
Add table
Reference in a new issue