2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 22:46:10 +00:00

Preload complex last message on demand.

This commit is contained in:
John Preston
2023-02-09 09:56:47 +04:00
parent 369862a3a7
commit f2ed77649e
11 changed files with 101 additions and 55 deletions

View File

@@ -230,7 +230,7 @@ public:
return nullptr;
}
virtual void loadUserpic() = 0;
virtual void chatListPreloadData() = 0;
virtual void paintUserpic(
Painter &p,
Ui::PeerUserpicView &view,