mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Correctly move histories between chat lists.
This commit is contained in:
@@ -489,7 +489,7 @@ ShareBox::Inner::Inner(
|
||||
_rowHeight = st::shareRowHeight;
|
||||
setAttribute(Qt::WA_OpaquePaintEvent);
|
||||
|
||||
const auto dialogs = Auth().data().chatsList();
|
||||
const auto dialogs = Auth().data().chatsList(Dialogs::Mode::All);
|
||||
const auto self = Auth().user();
|
||||
if (_filterCallback(self)) {
|
||||
_chatsIndexed->addToEnd(self->owner().history(self));
|
||||
|
Reference in New Issue
Block a user