Request dialog entry for unknown chat.
This commit is contained in:
parent
8e222d3501
commit
5937b24799
|
@ -1877,6 +1877,9 @@ void HistoryWidget::showHistory(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (!_history->folderKnown()) {
|
||||||
|
session().data().histories().requestDialogEntry(_history);
|
||||||
|
}
|
||||||
if (_history->chatListUnreadMark()) {
|
if (_history->chatListUnreadMark()) {
|
||||||
_history->owner().histories().changeDialogUnreadMark(
|
_history->owner().histories().changeDialogUnreadMark(
|
||||||
_history,
|
_history,
|
||||||
|
|
Loading…
Reference in New Issue