2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Move some calls from App namespace.

This commit is contained in:
John Preston
2019-01-18 16:27:37 +04:00
parent e7804d014d
commit 4111da1dd0
74 changed files with 896 additions and 852 deletions

View File

@@ -1092,7 +1092,7 @@ void StickersListWidget::searchResultsDone(
setData = &d.vset.c_stickerSet();
}
for (const auto &cover : d.vcovers.v) {
const auto document = Auth().data().document(cover);
const auto document = Auth().data().processDocument(cover);
if (document->sticker()) {
covers.push_back(document);
}