From 5937b24799fbe1d764225e521321e1ae02d71f92 Mon Sep 17 00:00:00 2001 From: John Preston Date: Mon, 24 Feb 2020 16:35:13 +0400 Subject: [PATCH] Request dialog entry for unknown chat. --- Telegram/SourceFiles/history/history_widget.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Telegram/SourceFiles/history/history_widget.cpp b/Telegram/SourceFiles/history/history_widget.cpp index 68bf3bed4..0abfd9ddd 100644 --- a/Telegram/SourceFiles/history/history_widget.cpp +++ b/Telegram/SourceFiles/history/history_widget.cpp @@ -1877,6 +1877,9 @@ void HistoryWidget::showHistory( } } } + if (!_history->folderKnown()) { + session().data().histories().requestDialogEntry(_history); + } if (_history->chatListUnreadMark()) { _history->owner().histories().changeDialogUnreadMark( _history,